Skip to content

Commit

Permalink
Merge d88066b into 18da75d
Browse files Browse the repository at this point in the history
  • Loading branch information
chubei committed Feb 1, 2023
2 parents 18da75d + d88066b commit 577cae5
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions dozer-tests/src/e2e_tests/cases/eth/expectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,19 @@
{
"name": "block_number",
"typ": "UInt",
"nullable": true
"nullable": true,
"source": {
"Table": {
"connection": "eth_logs",
"name": "name"
}
}
},
{
"name": "sum(id)",
"typ": "Int",
"nullable": false
"typ": "UInt",
"nullable": false,
"source": "Dynamic"
}
]
}
Expand All @@ -33,12 +40,14 @@
{
"name": "block_number",
"typ": "UInt",
"nullable": true
"nullable": true,
"source": "Dynamic"
},
{
"name": "id",
"typ": "Int",
"nullable": false
"typ": "UInt",
"nullable": false,
"source": "Dynamic"
}
]
}
Expand Down

0 comments on commit 577cae5

Please sign in to comment.