We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f1ff1b + 2043095 commit 6dd1425Copy full SHA for 6dd1425
terminusdb_client/tests/integration_tests/test_client.py
@@ -59,7 +59,7 @@ def test_happy_path(docker_url):
59
client.reset(commit_history[-1]["commit"], soft=True)
60
assert len(client.get_commit_history()) == 2
61
assert client._ref == commit_history[-1]["commit"]
62
- assert client.query(WOQLQuery().star()) == first_obj
+ assert client.query(WOQLQuery().star(graph="schema")) == first_obj
63
client.reset(commit_history[-1]["commit"])
64
assert len(client.get_commit_history()) == 1
65
assert client._get_current_commit() == first_commit
0 commit comments