Skip to content

Commit

Permalink
Fix socks connection tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Feb 20, 2024
1 parent d7aa59a commit c994f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_invalid_version(connection):
Test passing an invalid version to the socks5 server
"""
connection.data_received(unhexlify('040100'))
assert not connection.transport.connected
assert not connection.transport


def test_method_request(connection):
Expand Down

0 comments on commit c994f08

Please sign in to comment.