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 87e4a82 commit b39f8c6Copy full SHA for b39f8c6
tests/unit/schema/v1/test_template_builder.py
@@ -224,6 +224,7 @@ def test_coordinate_with_attributes() -> None:
224
# assert cdp_var.metadata.attributes["MGA"] == 51 # noqa: PLR2004
225
assert cdp_var.metadata[0].attributes["MGA"] == 51 # noqa: PLR2004
226
227
+
228
def test_coordinate_with_full_metadata() -> None:
229
"""Test adding coordinates with all metadata."""
230
builder = MDIODatasetBuilder("test_dataset")
0 commit comments