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 13de295 commit f6be9b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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/config.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package sequencesender

import (
"github.com/0xPolygon/zkevm-ethtx-manager/ethtxmanager"
"github.com/agglayer/aggkit/config/types"
"github.com/agglayer/aggkit/log"
"github.com/0xPolygon/zkevm-ethtx-manager/ethtxmanager"
"github.com/ethereum/go-ethereum/common"
)

Expand Down
2 changes: 1 addition & 1 deletion sequencesender/ethtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"sync/atomic"
"time"

"github.com/agglayer/aggkit/log"
"github.com/0xPolygon/zkevm-ethtx-manager/ethtxmanager"
"github.com/0xPolygon/zkevm-ethtx-manager/types"
"github.com/agglayer/aggkit/log"
"github.com/ethereum/go-ethereum/common"
)

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 f6be9b9

Please sign in to comment.