diff --git a/backend/condition/tests/parsing/test_lbwf_parser.py b/backend/condition/tests/parsing/test_lbwf_parser.py index f7a7d162..d9ed1e90 100644 --- a/backend/condition/tests/parsing/test_lbwf_parser.py +++ b/backend/condition/tests/parsing/test_lbwf_parser.py @@ -117,4 +117,4 @@ def test_lbwf_parser_passes_houses(lbwf_homes_xlsx_bytes): # assert assert len(result) == 2 - assert isinstance(result[0], LbwfPropertyCondition) # TODO: Improve these asserts \ No newline at end of file + assert isinstance(result[0], LbwfPropertyCondition) # TODO: Improve these asserts