Skip to content

Commit 539a0f3

Browse files
committed
rename EAGAIN test
1 parent efa73a7 commit 539a0f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/io/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def test_successful_connection(self):
219219
self.assertTrue(c.connected_event.is_set())
220220
return c
221221

222-
def test_egain_on_buffer_size(self):
222+
def test_eagain_on_buffer_size(self):
223223
c = self.test_successful_connection()
224224

225225
header = six.b('\x00\x00\x00\x00') + int32_pack(20000)

0 commit comments

Comments
 (0)