test: migrate e2e/baseapp to integration tests (backport #22357) (#22359)

Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2024-10-24 16:39:13 +02:00 committed by GitHub
parent 5fad40124a
commit eefb4c5586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
//go:build e2e
// +build e2e
package baseapp_test
import (
@ -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"