We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4419636 commit e2124d8Copy full SHA for e2124d8
MIGRATING.md
@@ -132,7 +132,7 @@ Integration Tests:
132
- Remove all imports / use of `ContractResult`
133
- You must specify `CosmosMsg::Native` type when calling
134
`cosmwasm_vm::testing::{handle, init}`. You will want to
135
- `use cosmwasm_vm::testing::{HandleResult, InitResult}` or
+ `use cosmwasm_std::{HandleResult, InitResult}` or
136
`use cosmwasm_std::{HandleResponse, InitResponse}`. If you don't use custom
137
native types, simply update calls as follows:
138
- `let res = init(...)` => `let res: InitResult = init(...)`
0 commit comments