Skip to content

Commit

Permalink
Merge pull request #297 from pope1ni/patch-1
Browse files Browse the repository at this point in the history
Removed print() in test.
  • Loading branch information
jparise authored Sep 3, 2020
2 parents 9693564 + 25f8696 commit 94a6a69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymemcache/test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,6 @@ def test_socket_connect_ipv4(self):

client = Client(server, socket_module=MockSocketModule())
client._connect()
print(client.sock.connections)
assert client.sock.connections == [server]
assert client.sock.family == socket.AF_INET

Expand Down

0 comments on commit 94a6a69

Please sign in to comment.