fixed import path in doc test

This commit is contained in:
Jędrzej Stuczyński
2023-02-16 09:23:43 +00:00
parent 2d7b2b1fda
commit f8b4faf974
@@ -30,7 +30,7 @@ pub struct DuplicateContractAddress {
/// entry_point, Deps, DepsMut, Env, MessageInfo, Querier, QueryResponse, Response, StdError,
/// Storage,
/// };
/// use testing::TestableContract;
/// use cosmwasm_contract_testing::TestableContract;
///
/// type ExecuteMsg = ();
/// type QueryMsg = ();