Skip to content

Commit 15e66a6

Browse files
committed
fix lint
1 parent a91a37a commit 15e66a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/exchange_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func TestExchange_StoreHistoricIfArchival(t *testing.T) {
138138

139139
// initialize store with genesis block
140140
genHeight := int64(1)
141-
genBlock, err := fetcher.GetBlock(ctx, &genHeight)
141+
genBlock, err := fetcher.GetBlock(ctx, genHeight)
142142
require.NoError(t, err)
143143
genHeader, err := ce.Get(ctx, genBlock.Header.Hash().Bytes())
144144
require.NoError(t, err)

0 commit comments

Comments
 (0)