- Python 3.9 support (tested) (could potentially work for lower versions, but I have not validated such)

This commit is contained in:
Zachary Hampton
2024-05-14 19:13:04 -07:00
parent 803fd618e9
commit 018d3fbac4
7 changed files with 8 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ def test_realtor_without_extra_details():
),
]
assert results[0] != results[1]
assert not results[0].equals(results[1])
def test_pr_zip_code():