From 7f7d733e3daddc9bc5b21c3e7fb350fbcbfbcc5f Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Thu, 10 Jul 2025 14:36:43 -0600 Subject: [PATCH] remove strict tests --- models/silver/silver__upgrades.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/models/silver/silver__upgrades.yml b/models/silver/silver__upgrades.yml index 74a1b26..3f95921 100644 --- a/models/silver/silver__upgrades.yml +++ b/models/silver/silver__upgrades.yml @@ -32,13 +32,7 @@ models: tests: - not_null - name: RUNE_AMOUNT_USD - tests: - - not_null: - where: BLOCK_TIMESTAMP <= current_date -2 AND BLOCK_TIMESTAMP >= '2021-04-13' - name: MINT_AMOUNT tests: - not_null - name: MINT_AMOUNT_USD - tests: - - not_null: - where: BLOCK_TIMESTAMP <= current_date -2 AND BLOCK_TIMESTAMP >= '2021-04-13'