We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f695179 commit 96714bbCopy full SHA for 96714bb
tests/test_map.py
@@ -60,7 +60,7 @@ def test_map_default_basemap():
60
61
def test_view_state_empty_input():
62
m = Map([], view_state={})
63
- assert m.view_state is None
+ assert m.view_state == MapViewState()
64
65
66
def test_view_state_partial_dict():
0 commit comments