From 1a009c901a989d11e6189375a391fb536ca78d57 Mon Sep 17 00:00:00 2001 From: gpabst Date: Tue, 29 Oct 2024 13:21:05 -0400 Subject: [PATCH] fix: update test --- pkg/rewards/show_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/rewards/show_test.go b/pkg/rewards/show_test.go index 9b9b48a9..60994936 100644 --- a/pkg/rewards/show_test.go +++ b/pkg/rewards/show_test.go @@ -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" ) @@ -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 {