Skip to content

Commit

Permalink
remove redudant log
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Aug 27, 2024
1 parent f020995 commit 92b03e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions tests/e2e/slashing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,6 @@ func TestSlasingImmediateUnbond(t *testing.T) {

// Get native staking proxy contract
nativeStakingProxy := providerCli.QueryNativeStakingProxyByOwner(x.ProviderChain.SenderAccount.GetAddress().String())
config := Querier(t, x.ProviderChain)(nativeStakingProxy.String(), Query{
"config": {},
})
fmt.Println("config: ", config)
fmt.Println("sender account: ", x.ProviderChain.SenderAccount.GetAddress().String())
_, err := providerCli.Exec(nativeStakingProxy, execMsg)
require.NoError(t, err)

Expand Down
1 change: 0 additions & 1 deletion tests/starship/mvp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

sdk "github.com/cosmos/cosmos-sdk/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/osmosis-labs/mesh-security-sdk/tests/starship/setup"
Expand Down

0 comments on commit 92b03e1

Please sign in to comment.