mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-26 23:19:38 +02:00
Fixing tests
This commit is contained in:
parent
affdb06a1e
commit
4781c2a08b
9 changed files with 136 additions and 136 deletions
|
|
@ -374,7 +374,7 @@ class TestUnifiedTableQueries:
|
|||
query = call_args[0][1]
|
||||
params = call_args[0][2]
|
||||
|
||||
assert "SELECT data, source FROM test_user.rows" in query
|
||||
assert "SELECT data, source FROM test_workspace.rows" in query
|
||||
assert "collection = %s" in query
|
||||
assert "schema_name = %s" in query
|
||||
assert "index_name = %s" in query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue