Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Dec 25, 2024
1 parent 498bd41 commit de68d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion aggoracle/chaingersender/evm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"testing"
"time"

"github.com/0xPolygon/zkevm-ethtx-manager/types"
"github.com/agglayer/aggkit/aggoracle/mocks"
"github.com/agglayer/aggkit/log"
"github.com/0xPolygon/zkevm-ethtx-manager/types"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common"
"github.com/stretchr/testify/mock"
Expand Down Expand Up @@ -160,6 +160,7 @@ func TestEVMChainGERSender_IsGERInjected(t *testing.T) {
} else {
require.NoError(t, err)
}

require.Equal(t, tt.expectedResult, result)

mockL2GERManager.AssertExpectations(t)
Expand Down
2 changes: 1 addition & 1 deletion sequencesender/sequencesender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"testing"
"time"

ethtxtypes "github.com/0xPolygon/zkevm-ethtx-manager/types"
types2 "github.com/agglayer/aggkit/config/types"
"github.com/agglayer/aggkit/etherman"
"github.com/agglayer/aggkit/log"
Expand All @@ -15,7 +16,6 @@ import (
"github.com/agglayer/aggkit/sequencesender/seqsendertypes"
"github.com/agglayer/aggkit/sequencesender/txbuilder"
"github.com/agglayer/aggkit/state"
ethtxtypes "github.com/0xPolygon/zkevm-ethtx-manager/types"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/stretchr/testify/mock"
Expand Down

0 comments on commit de68d0b

Please sign in to comment.