1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Update test_binder.rb

Whoops, noticed incorrect check of mocks
This commit is contained in:
Nate Berkopec 2020-03-09 10:12:19 -06:00 committed by GitHub
parent 512e27837b
commit fc03781cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ class TestBinder < TestBinderBase
@binder.close
assert @mocked_ios.each(&:verify)
assert @mocked_ios.map(&:verify).all?
end
def test_redirects_for_restart_creates_a_hash