data type in yml file fix (#89)

This commit is contained in:
Jessica Huhnke 2023-01-04 20:57:13 +00:00 committed by GitHub
parent c1b73fbb90
commit 4c543489cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ models:
description: "{{ doc('tx_from') }}"
tests:
- not_null:
where: TX_SUCCEEDED = TRUE
where: tx_succeeded = 'TRUE'
- name: TX_SUCCEEDED
description: "{{ doc('tx_succeeded') }}"
tests: