Skip to content

Commit 2703d2c

Browse files
[HOTFIX] fixup for 2.0.0-rc-1 tests.
### ChangeLog: Changes in file tests/test_fuzz.py: def test_say_works_WHEN_using_stdin_GIVEN_alnum_of_any_size_fuzz_input(self, tex
1 parent 66e7ff4 commit 2703d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fuzz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_say_works_WHEN_using_stdin_GIVEN_alnum_of_any_size_fuzz_input(self, tex
208208
self.assertIsNotNone(test_input)
209209
with patch('sys.stdin', io.StringIO(test_input)):
210210
self.assertIsNone(
211-
say.doStep(data=['-'], group='224.0.0.1', port=_fixture_port_num)
211+
sender.doStep(data=['-'], group='224.0.0.1', port=_fixture_port_num)
212212
)
213213
self.assertIsNotNone(p)
214214
self.assertTrue(p.is_alive())

0 commit comments

Comments
 (0)