Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyizxx committed Feb 3, 2025
1 parent 6a90571 commit 6b8059b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions x/distribution/abic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package distribution_test

import (
"fmt"
"github.com/axelarnetwork/utils/funcs"
"github.com/stretchr/testify/assert"
"go/ast"
"go/parser"
"go/token"
Expand All @@ -12,8 +10,11 @@ import (
"runtime"
"testing"

"github.com/axelarnetwork/axelar-core/x/distribution"
distr "github.com/cosmos/cosmos-sdk/x/distribution"
"github.com/stretchr/testify/assert"

"github.com/axelarnetwork/axelar-core/x/distribution"
"github.com/axelarnetwork/utils/funcs"
)

// TestEnsureIdentical ensure that our BeginBlocker implementation exactly matches the cosmos-sdk version.
Expand Down

0 comments on commit 6b8059b

Please sign in to comment.