Skip to content

Commit

Permalink
Update test_pace.py
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Sep 29, 2024
1 parent 44bc1d8 commit 4f5c0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pace.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_map(self):
m.add("spectral")
html = m.to_html()
self.assertIsNotNone(m)
# assert "PACE" in html
assert "PACE" in html

m = hypercoast.Map()
m.add_basemap("Hybrid")
Expand All @@ -62,7 +62,7 @@ def test_map(self):
m.add("spectral")
html = m.to_html()
self.assertIsNotNone(m)
# assert "PACE" in html
assert "PACE" in html


if __name__ == "__main__":
Expand Down

0 comments on commit 4f5c0ed

Please sign in to comment.