Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Oct 1, 2024
1 parent 79977ec commit 8fe7775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_compose_test/tests/integration/test_wis2box.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ def test_cap2geojson():

assert 'items' in output
assert len(output['items']) == 1
assert output['items'][0]['features'][0]['properties'] == cap_geojson['features'][0]['properties']
assert output['items'][0]['features'][0]['properties'] == cap_geojson['features'][0]['properties'] # noqa

0 comments on commit 8fe7775

Please sign in to comment.