Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Dec 8, 2023
1 parent 4ba7e87 commit 95ea7e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_altair_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,6 @@ def test_no_attribution(self):


class TestAddTiles:
def test_raise_if_not_chart(self):
with pytest.raises(
TypeError, match="Only altair.Chart instances are supported"
):
til.add_tiles(alt.LayerChart)

def test_add_tiles(self):
chart = til.add_tiles(alt.Chart().mark_geoshape().project(type="mercator"))

Expand Down

0 comments on commit 95ea7e5

Please sign in to comment.