Skip to content

Commit

Permalink
test: move rdfs.ttl into test/data/defined_namespaces (#1936)
Browse files Browse the repository at this point in the history
Just to make things a bit more organized.
  • Loading branch information
aucampia committed May 15, 2022
1 parent d5d354f commit 246c887
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

@pytest.fixture(scope="session")
def rdfs_graph() -> Graph:
return Graph().parse(TEST_DATA_DIR / "rdfs.ttl", format="turtle")
return Graph().parse(TEST_DATA_DIR / "defined_namespaces/rdfs.ttl", format="turtle")
File renamed without changes.
2 changes: 1 addition & 1 deletion test/data/fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _member_io(
remote=Request(
"http://www.w3.org/2000/01/rdf-schema#", headers={"Accept": "text/turtle"}
),
local_path=(DATA_PATH / "rdfs.ttl"),
local_path=(DATA_PATH / "defined_namespaces/rdfs.ttl"),
),
]

Expand Down

0 comments on commit 246c887

Please sign in to comment.