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