upd TO_ADDRESS null test to allow null on ft_burn

This commit is contained in:
Jack Forgash 2025-10-29 11:17:28 -06:00
parent a1ccb0be1c
commit cefc0a6838

View File

@ -40,7 +40,8 @@ models:
- name: TO_ADDRESS
description: "{{ doc('to_address')}}"
tests:
- not_null
- not_null:
where: transfer_action != 'ft_burn'
- name: MEMO
description: "{{ doc('memo')}}"