Skip to content

Commit d7173ed

Browse files
committed
fmt
1 parent 3ecd724 commit d7173ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/source_code/test_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def test_query_linter_lints_queries_and_stores_dfsas_and_tables(simple_ctx) -> N
4444
# By comparing the element instead of the list the `field(compare=False)` of the dataclass attributes take effect
4545
# The "query" in the source and object id, and "count" in the name are hardcoded in the
4646
# `make_lakeview_dashboard` fixture
47-
assert used_tables == []
47+
assert not used_tables

0 commit comments

Comments
 (0)