We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae6b3e commit 514cfbcCopy full SHA for 514cfbc
1 file changed
tests/test_local/e2e/test_complex_types.py
@@ -63,9 +63,6 @@ def _recursive_compare(self, actual, expected):
63
actual_parsed = self._parse_to_common_type(actual)
64
expected_parsed = self._parse_to_common_type(expected)
65
66
- print("LINE 66")
67
- print(actual_parsed, expected_parsed)
68
- print(type(actual_parsed), type(expected_parsed))
69
# Check if types are the same
70
if type(actual_parsed) != type(expected_parsed):
71
return False
0 commit comments