Skip to content

Commit

Permalink
Fixed test error #129
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 28, 2021
1 parent 298bc54 commit ec5d170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_toolbar.py
Expand Up @@ -47,7 +47,7 @@ def test_open_data_widget(self):
assert "GeoJSON" in out_str
assert "CSV" in out_str
assert "Vector" in out_str
assert "GeoTIFF" in out_str
assert "Raster" in out_str

def test_save_map(self):
"""Check save map widget"""
Expand Down

0 comments on commit ec5d170

Please sign in to comment.