Skip to content

Commit

Permalink
Merge pull request #120 from Synthetixio/chain-id-tests
Browse files Browse the repository at this point in the history
Bug: Fix chain id tests (again)
  • Loading branch information
Tburm authored Sep 16, 2024
2 parents 79f6853 + 67a7ee8 commit 27af425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions transformers/synthetix/models/raw/snax/mainnet/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ models:
tests:
- not_null
- accepted_values:
values: ["2192"]
values: ["2192", "10", "1", "8453", "42161"]
- name: block_timestamp
description: UTC timestamp of the block containing the vote withdrawal event
data_type: timestamp with time zone
Expand Down Expand Up @@ -213,7 +213,7 @@ models:
tests:
- not_null
- accepted_values:
values: ["2192"]
values: ["2192", "10", "1", "8453", "42161"]
- name: block_timestamp
description: UTC timestamp of the block containing the vote withdrawal event
data_type: timestamp with time zone
Expand Down Expand Up @@ -330,7 +330,7 @@ models:
tests:
- not_null
- accepted_values:
values: ["2192"]
values: ["2192", "10", "1", "8453", "42161"]
- name: block_timestamp
description: UTC timestamp of the block containing the vote withdrawal event
data_type: timestamp with time zone
Expand Down
2 changes: 0 additions & 2 deletions transformers/synthetix/models/raw/snax/testnet/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ models:
data_type: string
tests:
- not_null
- accepted_values:
values: ["13001"]
- name: block_timestamp
description: UTC timestamp of the block containing the vote withdrawal event
data_type: timestamp with time zone
Expand Down

0 comments on commit 27af425

Please sign in to comment.