Skip to content

Commit

Permalink
fixed test, hopefully will avoid weird window GHAction issue too
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Nov 5, 2024
1 parent 57a5dd4 commit 6b3951b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def test_setup_library():
lon=-151,
lat=59,
use_auto_landmask=True,
steps=3,
# steps=3,
start_time=datetime(2000, 1, 1),
)
m.run_all()
with pytest.raises(AssertionError):
m.run_all()

0 comments on commit 6b3951b

Please sign in to comment.