Skip to content

Commit b39f8c6

Browse files
committed
Linting
1 parent 87e4a82 commit b39f8c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/schema/v1/test_template_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def test_coordinate_with_attributes() -> None:
224224
# assert cdp_var.metadata.attributes["MGA"] == 51 # noqa: PLR2004
225225
assert cdp_var.metadata[0].attributes["MGA"] == 51 # noqa: PLR2004
226226

227+
227228
def test_coordinate_with_full_metadata() -> None:
228229
"""Test adding coordinates with all metadata."""
229230
builder = MDIODatasetBuilder("test_dataset")

0 commit comments

Comments
 (0)