Skip to content

Commit

Permalink
add back std cw test
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Nov 21, 2023
1 parent 0d4096a commit 60fae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchaintest/conformance/cosmwasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// ConformanceCosmWasm validates that store, instantiate, execute, and query work on a CosmWasm contract.
func ConformanceCosmWasm(t *testing.T, ctx context.Context, chain *cosmos.CosmosChain, user ibc.Wallet) {
// std(t, ctx, chain, user)
std(t, ctx, chain, user)
subMsg(t, ctx, chain, user)
}

Expand Down

0 comments on commit 60fae7b

Please sign in to comment.