Skip to content

Commit

Permalink
Change func name
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv committed Dec 8, 2023
1 parent 485375c commit 35b5a7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/modules/wasm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2116,9 +2116,9 @@ func TestWASMBankSendContractWithMultipleFundsAttached(t *testing.T) {
requireT.NoError(client.AwaitNextBlocks(waitCtx, chain.ClientContext, 2))
}

// TestWASMContractInstantiationIsRejectedIfThereAreTokensOnItsAccount verifies that smart contract instantiation
// is rejected if account exists.
func TestWASMContractInstantiationIsNotRejectedIfAccountExists(t *testing.T) {
// TestWASMContractInstantiationForExistingAccounts verifies that WASM contract instantiation behaves correctly when
// instantiating contract on top of existing addresses of different types.
func TestWASMContractInstantiationForExistingAccounts(t *testing.T) {
t.Parallel()

ctx, chain := integrationtests.NewCoreumTestingContext(t)
Expand Down

0 comments on commit 35b5a7d

Please sign in to comment.