Skip to content

Commit

Permalink
Update test_namespace_context.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Olivia-Ammann committed Nov 15, 2024
1 parent c38da5e commit 7e0eb0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_get_json_ld_context_for_project() -> None:
"xsd": "http://www.w3.org/2001/XMLSchema#",
"testonto": "http://www.knora.org/ontology/testonto#",
}
assert context == expected
assert context.serialise() == expected


def test_get_json_ld_context_for_project_with_multiple_ontologies() -> None:
Expand All @@ -48,7 +48,7 @@ def test_get_json_ld_context_for_project_with_multiple_ontologies() -> None:
"testonto": "http://www.knora.org/ontology/testonto#",
"testonto2": "http://www.knora.org/ontology/testonto2#",
}
assert context == expected
assert context.serialise() == expected


if __name__ == "__main__":
Expand Down

0 comments on commit 7e0eb0b

Please sign in to comment.