Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpabst committed Oct 29, 2024
1 parent d2d850e commit 1a009c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/rewards/show_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"math/big"
"testing"

"github.com/ethereum/go-ethereum/accounts/abi/bind"
gethcommon "github.com/ethereum/go-ethereum/common"
"github.com/stretchr/testify/assert"
)
Expand Down Expand Up @@ -88,7 +87,7 @@ type FakeELReader struct {
}

func (f *FakeELReader) GetCumulativeClaimed(
opts *bind.CallOpts,
ctx context.Context,
earnerAddress, tokenAddress gethcommon.Address,
) (*big.Int, error) {
if f.shouldError {
Expand Down

0 comments on commit 1a009c9

Please sign in to comment.