Skip to content

Commit 191fa43

Browse files
committed
Fix name
1 parent ab1b78a commit 191fa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_sgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def test_Grid3DMetadata_roundtrip(grid: sgrid.Grid3DMetadata):
193193

194194

195195
@given(sgrid_strategies.grid_metadata)
196-
def test_parse_grid_attrs(grid: sgrid.SGridMetadataProtocol):
196+
def test_parse_grid_attrs(grid: sgrid.AttrsSerializable):
197197
attrs = grid.to_attrs()
198198
parsed = sgrid.parse_grid_attrs(attrs)
199199
assert parsed == grid

0 commit comments

Comments
 (0)