Skip to content

Commit

Permalink
refactor: Test message predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Sep 18, 2023
1 parent 4376554 commit 784114a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/osm/test_osm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_filter_osm_defense_missing_osmosis(self, mock_print, mocker):
# collect print statements
func_out = mock_print.mock_calls
assert func_out == [
call("Rejecting ways: waterway, landuse & natural.")
call("Rejecting ways: buildings, waterway, landuse & natural.")
], f"Expected print statement not encountered. Got: {func_out}"

@pytest.mark.runinteg
Expand Down

0 comments on commit 784114a

Please sign in to comment.