Skip to content

Commit

Permalink
test: migrate e2e/baseapp to integration tests (#22357)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkumarpilli authored Oct 24, 2024
1 parent 33e3231 commit cea49ba
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 cea49ba

Please sign in to comment.