Skip to content

Commit

Permalink
test: fix coffee machine file names
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 26, 2024
1 parent f197ae7 commit e51b12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdd/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ def custom(self, request, **kwargs):

@pytest.fixture
def mock_sparql_with_one_td(httpx_mock):
graph = SparqlGraph("smart_coffe_machine_init.nquads")
graph = SparqlGraph("smart_coffee_machine_init.nquads")
httpx_mock.add_callback(graph.custom)


@pytest.fixture
def mock_sparql_with_one_expired_td(httpx_mock):
graph = SparqlGraph("smart_coffe_machine_expired.nquads")
graph = SparqlGraph("smart_coffee_machine_expired.nquads")
httpx_mock.add_callback(graph.custom)


Expand Down

0 comments on commit e51b12d

Please sign in to comment.