Skip to content

Commit e2124d8

Browse files
committed
Fix package of HandleResult, InitResult
1 parent 4419636 commit e2124d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Integration Tests:
132132
- Remove all imports / use of `ContractResult`
133133
- You must specify `CosmosMsg::Native` type when calling
134134
`cosmwasm_vm::testing::{handle, init}`. You will want to
135-
`use cosmwasm_vm::testing::{HandleResult, InitResult}` or
135+
`use cosmwasm_std::{HandleResult, InitResult}` or
136136
`use cosmwasm_std::{HandleResponse, InitResponse}`. If you don't use custom
137137
native types, simply update calls as follows:
138138
- `let res = init(...)` => `let res: InitResult = init(...)`

0 commit comments

Comments
 (0)