Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicated where filter
  • Loading branch information
dbeatty10 committed Jun 4, 2023
commit dfd9ce6d00f97a2a8da9136eda19f0b5ff731062
2 changes: 0 additions & 2 deletions tests/adapter/dbt/tests/adapter/utils/fixture_equals.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from data
where
{{ equals('x', 'y') }}
and expected = 'same'
"""


Expand All @@ -39,5 +38,4 @@
from data
where
not {{ equals('x', 'y') }}
and expected = 'different'
"""