Skip to content

Commit

Permalink
Fix map width test error (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 24, 2023
1 parent 488ac0a commit 516d768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _clear_default_widgets(self):
self.core_map.remove(widget)

def setUp(self):
self.core_map = core.Map(ee_initialize=False)
self.core_map = core.Map(ee_initialize=False, width="100%")

def test_defaults(self):
"""Tests that map defaults are set properly."""
Expand Down

0 comments on commit 516d768

Please sign in to comment.