Skip to content

Commit f53a974

Browse files
committed
pre-commit
1 parent 50368ff commit f53a974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xarray/tests/test_backends.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5355,10 +5355,10 @@ def create_dap2_datasets(self, **kwargs):
53555355
# workaround to restore string which is converted to byte
53565356
expected["bears"] = expected["bears"].astype(str)
53575357
yield actual, expected
5358-
5358+
53595359
def output_grid_deprecation_warning_dap2dataset(self):
53605360
with pytest.warns(DeprecationWarning, match="`output_grid` is deprecated"):
5361-
with self.create_dap2_datasets(outout_grid=True) as (actual, expected):
5361+
with self.create_dap2_datasets(output_grid=True) as (actual, expected):
53625362
assert_equal(actual, expected)
53635363

53645364
def create_dap4_dataset(self, **kwargs):

0 commit comments

Comments
 (0)