From df862b06f36525127c64e2f6b035e3a6e022b7ba Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Fri, 19 May 2023 18:39:23 +0000 Subject: [PATCH] bad sql --- tests/stg_tpch_orders_assert_positive_price.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stg_tpch_orders_assert_positive_price.sql b/tests/stg_tpch_orders_assert_positive_price.sql index ff5bdf1..2835d04 100644 --- a/tests/stg_tpch_orders_assert_positive_price.sql +++ b/tests/stg_tpch_orders_assert_positive_price.sql @@ -10,4 +10,4 @@ with orders as ( select * from {{ ref('stg_tpch_orders') }} ) select * from orders -where total_price < 0 +where total_price > 0