Skip to content

Commit

Permalink
Add input_values to no_rows expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
psousa50 committed Jan 17, 2024
1 parent 5be2a9e commit 49b53e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/mock_builders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
{% set expectations = {
"type": "expectations",
"options": options,
"input_values": "select * from (select 1) as t where 1 = 0",
"no_rows": true,
}
%}
Expand Down

0 comments on commit 49b53e9

Please sign in to comment.