Skip to content

Commit

Permalink
goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Mar 1, 2024
1 parent 8e84fb9 commit f0d702f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/observer/migrations/v7/migrate_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package v7_test

import (
"testing"

"github.com/stretchr/testify/require"
keepertest "github.com/zeta-chain/zetacore/testutil/keeper"
"github.com/zeta-chain/zetacore/testutil/sample"
authoritytypes "github.com/zeta-chain/zetacore/x/authority/types"
v7 "github.com/zeta-chain/zetacore/x/observer/migrations/v7"
"github.com/zeta-chain/zetacore/x/observer/types"
"testing"
)

func TestMigratePolicies(t *testing.T) {
Expand Down

0 comments on commit f0d702f

Please sign in to comment.