Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
weiihann committed Jan 13, 2025
1 parent 0d5a542 commit 8978b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ func TestTransactionStatus(t *testing.T) {
require.Nil(t, rpcErr)
require.Equal(t, want, status)
})
t.Run("verified", func(t *testing.T) {
t.Run("verified", func(t *testing.T) { //nolint:dupl
mockReader := mocks.NewMockReader(mockCtrl)
mockReader.EXPECT().TransactionByHash(tx.Hash()).Return(tx, nil)
mockReader.EXPECT().Receipt(tx.Hash()).Return(block.Receipts[0], block.Hash, block.Number, nil)
Expand Down

0 comments on commit 8978b57

Please sign in to comment.