Skip to content

Commit

Permalink
Merge pull request #151 from fishtown-analytics/fix/pretty-logger-int…
Browse files Browse the repository at this point in the history
…egration-test

Fix for pretty logger integration tests
  • Loading branch information
drewbanin authored Jul 23, 2019
2 parents 6c545d9 + b5c3685 commit fce12d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if dbt_utils.pretty_log_format() is string %}
{# Return 0 rows for the test to pass #}
select 1 where false
select 1 limit 0
{% else %}
{# Return >0 rows for the test to fail #}
select 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if dbt_utils.pretty_time() is string %}
{# Return 0 rows for the test to pass #}
select 1 where false
select 1 limit 0
{% else %}
{# Return >0 rows for the test to fail #}
select 1
Expand Down

0 comments on commit fce12d1

Please sign in to comment.