Skip to content

Commit 5416d90

Browse files
committed
Update test for switch to h5netcdf
1 parent ee9526f commit 5416d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbout/tests/test_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_check_extensions(tmp_path):
4343
example_nc_file.write_text("content_nc")
4444

4545
filetype = _check_filetype(example_nc_file)
46-
assert filetype == "netcdf4"
46+
assert filetype == "h5netcdf"
4747

4848
example_hdf5_file = files_dir.joinpath("example.h5netcdf")
4949
example_hdf5_file.write_text("content_hdf5")

0 commit comments

Comments
 (0)