mirror of
https://github.com/FlipsideCrypto/aleo-models.git
synced 2026-02-06 11:06:46 +00:00
Merge pull request #18 from FlipsideCrypto/and-5590-scheduling
Fixed tests failing due to col refs
This commit is contained in:
commit
6b972e35c7
@ -19,58 +19,6 @@ models:
|
||||
datepart: hour
|
||||
interval: 3
|
||||
|
||||
- name: block_id
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: tx_id
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: succeeded
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: root_action
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: liquidity_action
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: liquidity_provider
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: token1_amount
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: token1_name
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: token1_id
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: token2_amount
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: token2_name
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: token2_id
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: inserted_timestamp
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: modified_timestamp
|
||||
- name: BLOCK_ID
|
||||
tests:
|
||||
- not_null
|
||||
@ -18,37 +18,5 @@ models:
|
||||
interval: 3
|
||||
|
||||
- name: BLOCK_ID
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: TX_ID
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: SWAPPER
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: SWAP_FROM_AMOUNT
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: SWAP_FROM_ID
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: SWAP_TO_AMOUNT
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: SWAP_TO_ID
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: ROOT_ACTION
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: SWAP_PROTOCOL
|
||||
tests:
|
||||
- not_null
|
||||
Loading…
Reference in New Issue
Block a user