From d50effe9eabfb25b9037fb4657eb2027ae4d4223 Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Tue, 20 Jun 2023 22:50:51 +0000 Subject: [PATCH] bad test --- 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