We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1b78a commit 191fa43Copy full SHA for 191fa43
tests/utils/test_sgrid.py
@@ -193,7 +193,7 @@ def test_Grid3DMetadata_roundtrip(grid: sgrid.Grid3DMetadata):
193
194
195
@given(sgrid_strategies.grid_metadata)
196
-def test_parse_grid_attrs(grid: sgrid.SGridMetadataProtocol):
+def test_parse_grid_attrs(grid: sgrid.AttrsSerializable):
197
attrs = grid.to_attrs()
198
parsed = sgrid.parse_grid_attrs(attrs)
199
assert parsed == grid
0 commit comments