From 9449d4744aa6e85ca82c789a8008fe4b5355a04d Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Tue, 6 Feb 2024 09:06:36 +0000 Subject: [PATCH] Fix typo causing test error --- tests/timeit/24.socket.01.client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/timeit/24.socket.01.client.py b/tests/timeit/24.socket.01.client.py index 517d6906..3c82adc6 100755 --- a/tests/timeit/24.socket.01.client.py +++ b/tests/timeit/24.socket.01.client.py @@ -37,7 +37,6 @@ def test1(): sock.sendall(bytes(data + "\n", "utf-8")) received = str(sock.recv(1024), "utf-8") return len(received) -https://github.com/ceccopierangiolieugenio/pyTermTk/issues/210 a = {}