Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Dec 21, 2023
1 parent ab88714 commit 06ac857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_intertidal.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_intertidal_cli():
"testing",
"--start_date",
"2020",
"--start_date",
"--end_date",
"2022",
"--modelled_freq",
"3h",
Expand Down Expand Up @@ -50,4 +50,4 @@ def test_elevation(satellite_ds):
assert "elevation_uncertainty" in ds.data_vars

# Verify that ds is a single layer
assert "time" not in ds.dims
assert "time" not in ds.dims

0 comments on commit 06ac857

Please sign in to comment.