Skip to content

Commit

Permalink
Fix duplicate test name
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Nov 7, 2024
1 parent 9ab733e commit 06c7a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def test_get_outputformat_schema():
]


def test_get_versioned_schema():
def test_get_full_versioned_schema():
validator = Validator()
versioned_schema = validator.get_versioned_schema(8.2, "map")
# print(json.dumps(versioned_schema, indent=4))
Expand All @@ -655,5 +655,5 @@ def run_tests():
# test_double_error()
# test_deref()
# test_get_outputformat_schema()
test_get_versioned_schema()
test_get_full_versioned_schema()
print("Done!")

0 comments on commit 06c7a98

Please sign in to comment.