Skip to content

Commit e1bb7dc

Browse files
Update fake_triple_store.py
1 parent 801d43d commit e1bb7dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fakes/fake_triple_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def with_query(self, sparql_query: str, substitution_variables: dict = None,
1414
return self
1515

1616
def with_query_from_file(self, sparql_query_file_path: str, substitution_variables: dict = None,
17-
prefixes: str = "") -> TripleStoreEndpointABC:
17+
sparql_prefixes: str = "") -> TripleStoreEndpointABC:
1818
return self
1919

2020
def fetch_tabular(self) -> pd.DataFrame:

0 commit comments

Comments
 (0)