Skip to content

Commit

Permalink
fix github workflow pytest error
Browse files Browse the repository at this point in the history
  • Loading branch information
HowcanoeWang committed Jan 9, 2024
1 parent 148b1ec commit da4bb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jsonfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def test_show_geojson_fields(capfd):

out, err = capfd.readouterr()

assert out.replace(' ', '') == geojson_table_preview.replace(' ', '')
assert out.replace(' ', '').replace('-','') == geojson_table_preview.replace(' ', '').replace('-','')

0 comments on commit da4bb9b

Please sign in to comment.