Browse Source

🔨 removed unused test code

pull/13982/head
Ben Brady 4 weeks ago
parent
commit
97ce555b41
  1. 3
      tests/test_jsonable_encoder.py

3
tests/test_jsonable_encoder.py

@ -95,9 +95,6 @@ def test_encode_dict_with_nonprimative_keys():
def __init__(self, value: str) -> None:
self.value = value
def __eq__(self, other) -> bool:
return isinstance(other, CustomString) and self.value == other.value
def __hash__(self):
return hash(self.value)

Loading…
Cancel
Save