Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Jul 17, 2024
1 parent 7ca9435 commit 55d40ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/preprocessor/_derive/test_sispeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_cube(name, lat=((0.5, 1.5), (2.5, 3.5)), lon=((0.5, 1.5), (2.5, 3.5))):


@mock.patch(
'esmvalcore.preprocessor._regrid_esmpy.ESMPyRegridder.__call__',
'esmvalcore.preprocessor._derive.sispeed.regrid',
autospec=True,
)
def test_sispeed_calculation(mock_regrid):
Expand All @@ -38,7 +38,7 @@ def test_sispeed_calculation(mock_regrid):


@mock.patch(
'esmvalcore.preprocessor._regrid_esmpy.ESMPyRegridder.__call__',
'esmvalcore.preprocessor._derive.sispeed.regrid',
autospec=True,
)
def test_sispeed_calculation_coord_differ(mock_regrid):
Expand Down

0 comments on commit 55d40ce

Please sign in to comment.