Skip to content

Commit

Permalink
test: adapt tests for interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-pl committed Aug 28, 2024
1 parent 4d44595 commit 28a06a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_get_bindings_from_query_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from SPARQLWrapper import QueryResult
import pytest
from rdfproxy import get_bindings_from_query_result
from rdfproxy.utils.utils import get_bindings_from_query_result


@pytest.mark.remote
Expand Down
3 changes: 1 addition & 2 deletions tests/test_instantiate_model_from_kwargs.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""Pytest entry point for rdfproxy.instantiate_model_from_kwargs tests."""

import pytest

from rdfproxy import instantiate_model_from_kwargs
from rdfproxy.utils.utils import instantiate_model_from_kwargs
from tests.data.init_model_from_kwargs_parameters import (
init_model_from_kwargs_parameters,
)
Expand Down

0 comments on commit 28a06a4

Please sign in to comment.