Skip to content

Commit

Permalink
update test function to match
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjbarnes committed Jun 11, 2024
1 parent 7d850f8 commit 172c3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_expt_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def test_ocean_forcing(
),
],
)
def test_rectangular_boundary(
def test_rectangular_boundaries(
longitude_extent,
latitude_extent,
date_range,
Expand Down Expand Up @@ -471,4 +471,4 @@ def test_rectangular_boundary(
"tracers": {"temp": "temp", "salt": "salt"},
}

expt.rectangular_boundary(tmp_path / "east_unprocessed", varnames, "east", 1)
expt.rectangular_boundaries(tmp_path, varnames)

0 comments on commit 172c3ae

Please sign in to comment.