Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 19, 2024
1 parent 285f9b6 commit ff82fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@ def test_rpt_meta(name: str, rdf_graph: RDFGraph) -> None:
"name, rdf_graph",
[("Case_1_PGT", get_rdf_graph("cases/1.ttl"))],
)
def test_pgt_case_1_a(name: str, rdf_graph: RDFGraph) -> None:
def test_pgt_case_1(name: str, rdf_graph: RDFGraph) -> None:
NON_LITERAL_STATEMENTS = len(rdf_graph) - len(get_literal_statements(rdf_graph))
UNIQUE_NODES = len(
get_uris(rdf_graph, include_predicates=True)
Expand Down

0 comments on commit ff82fd8

Please sign in to comment.