remove strict tests

This commit is contained in:
Mike Stepanovic 2025-07-10 14:36:43 -06:00
parent 800c8fa43f
commit 7f7d733e3d

View File

@ -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'