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.
1 parent 3ecd724 commit d7173edCopy full SHA for d7173ed
tests/integration/source_code/test_queries.py
@@ -44,4 +44,4 @@ def test_query_linter_lints_queries_and_stores_dfsas_and_tables(simple_ctx) -> N
44
# By comparing the element instead of the list the `field(compare=False)` of the dataclass attributes take effect
45
# The "query" in the source and object id, and "count" in the name are hardcoded in the
46
# `make_lakeview_dashboard` fixture
47
- assert used_tables == []
+ assert not used_tables
0 commit comments