Skip to content

Commit

Permalink
test: migrate e2e/baseapp to integration tests (backport #22357) (#22359
Browse files Browse the repository at this point in the history
)

Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
  • Loading branch information
mergify[bot] and akhilkumarpilli authored Oct 24, 2024
1 parent 5fad401 commit eefb4c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build e2e
// +build e2e

package baseapp_test

import (
Expand All @@ -26,7 +23,7 @@ import (
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/runtime"
baseapputil "github.com/cosmos/cosmos-sdk/tests/e2e/baseapp"
baseapputil "github.com/cosmos/cosmos-sdk/tests/integration/baseapp"
"github.com/cosmos/cosmos-sdk/testutil"
"github.com/cosmos/cosmos-sdk/testutil/configurator"
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
Expand Down
File renamed without changes.

0 comments on commit eefb4c5

Please sign in to comment.