Skip to content

Commit b9ab57a

Browse files
1 parent 6bc77d5 commit b9ab57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/unit/test_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def port(self):
274274
@pytest.fixture
275275
def socket(self, port):
276276
s = socket.socket()
277-
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) # Enable SO_REUSEADDR
277+
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) # Enable SO_REUSEADDR
278278
s.bind(("localhost", port))
279279
yield s
280280
s.close()

0 commit comments

Comments
 (0)