Skip to content

Commit 5d9f019

Browse files
committed
🚧 Debug
Signed-off-by: ff137 <ff137@proton.me>
1 parent 71686e2 commit 5d9f019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_client.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def test_default_connect_command(self):
4545
expected = expected.replace(" ", "")
4646
except ImportError:
4747
pass
48-
48+
print("Expected: ", expected)
49+
print("Got: ", got)
4950
self.assertEqual(expected.encode(), got)
5051

5152
def test_default_connect_command_with_name(self):

0 commit comments

Comments
 (0)