Skip to content

Commit 804d7f7

Browse files
committed
black formatting
1 parent e873f43 commit 804d7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_loop_ping_timeout(self):
224224
assert time.monotonic() - start >= 2 * keep_alive_timeout
225225
assert len(mocket.sent) > 0
226226
# assert len(res) == 2
227-
assert len(res) == 3 # not sure if 3 is ok
227+
assert len(res) == 3 # not sure if 3 is ok
228228
assert set(res) == {int(0xD0)}
229229

230230
# pylint: disable=no-self-use

0 commit comments

Comments
 (0)