Skip to content

Commit

Permalink
Merge pull request CosmWasm#773 from desmos-labs/paul/expose-failing-…
Browse files Browse the repository at this point in the history
…module

Expose cw-multi-test `FailingModule`
  • Loading branch information
ueco-jb authored Aug 8, 2022
2 parents 0a3f52d + 753fbe1 commit fc79cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multi-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ pub use crate::app::{
pub use crate::bank::{Bank, BankKeeper, BankSudo};
pub use crate::contracts::{Contract, ContractWrapper};
pub use crate::executor::{AppResponse, Executor};
pub use crate::module::Module;
pub use crate::module::{FailingModule, Module};
pub use crate::staking::{FailingDistribution, FailingStaking, Staking, StakingSudo};
pub use crate::wasm::{Wasm, WasmKeeper, WasmSudo};

0 comments on commit fc79cdd

Please sign in to comment.