Skip to content

Commit

Permalink
no usage
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Jun 8, 2024
1 parent e5ca791 commit b77470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixcore/tests/fixcore/db/arango_query_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_context(foo_model: Model, graph_db: GraphDB) -> None:


def test_usage(foo_model: Model, graph_db: GraphDB) -> None:
q, b = graph_query(
q, _ = graph_query(
graph_db, QueryModel(parse_query("with_usage(3w, cpu, mem) is(foo)"), foo_model), consistent=True
)
assert q == (
Expand Down

0 comments on commit b77470d

Please sign in to comment.