Skip to content

Commit 60ed9da

Browse files
committed
fix orm_test
1 parent cc16600 commit 60ed9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/logpoller/orm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func TestLogPoller_Blocks_Batching(t *testing.T) {
104104
for i := 0; i < numBlocks; i++ {
105105
blockHash := common.HexToHash(fmt.Sprintf("0x%d", i+1))
106106
blocks = append(blocks, logpoller.Block{
107-
EVMChainID: ubig.New(th.ChainID),
107+
EVMChainID: sqlutil.New(th.ChainID),
108108
BlockHash: blockHash,
109109
BlockNumber: int64(i + 1),
110110
})

0 commit comments

Comments
 (0)