Skip to content

Commit e3d4f0f

Browse files
rajeejaphilipc2
andauthored
Update test/test_io_common.py
Co-authored-by: Philip Chmielowiec <[email protected]>
1 parent 8a75fc9 commit e3d4f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_io_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def grid_from_format(request):
7676
class TestIOCommon:
7777
"""Common IO tests across all formats."""
7878

79-
def test_basic_read(self, grid_from_format):
79+
def test_return_type(self, grid_from_format):
8080
"""Test that all formats can be read successfully."""
8181
grid = grid_from_format
8282

0 commit comments

Comments
 (0)