mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 11:34:32 -08:00
[fix] keyerror on style
This commit is contained in:
@@ -16,7 +16,12 @@ def test_realtor_pending_or_contingent():
|
||||
pending_or_contingent=False,
|
||||
)
|
||||
|
||||
assert all([result is not None for result in [pending_or_contingent_result, regular_result]])
|
||||
assert all(
|
||||
[
|
||||
result is not None
|
||||
for result in [pending_or_contingent_result, regular_result]
|
||||
]
|
||||
)
|
||||
assert len(pending_or_contingent_result) != len(regular_result)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user