Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Aug 23, 2023
1 parent 648c4a2 commit d7ac30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grai-server/app/lineage/tests/test_graph_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def test_table_tag_doesnt_contain():
filter_by_filter(filter, query)

assert len(query.clause[0].wheres) == 1
assert query.clause[0].wheres[0].where == "'tag1' NOT IN table.tags"
assert query.clause[0].wheres[0].where == "NOT 'tag1' IN table.tags"
assert query.parameters == {}


Expand Down

0 comments on commit d7ac30b

Please sign in to comment.