Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 16, 2023
1 parent 0c7619c commit 9b0c743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_conformance(config):
api = API(config)
content = json.loads(api.conformance({}, {})[2])

assert len(content['conformsTo']) == 18
assert len(content['conformsTo']) == 14


def test_collections(config):
Expand Down

0 comments on commit 9b0c743

Please sign in to comment.