From 4b99966cc2da27966f05f19a4f0ec381304cbb9a Mon Sep 17 00:00:00 2001 From: Jiyong Ha Date: Wed, 31 Mar 2021 14:47:47 +0900 Subject: [PATCH] fix: revert pull request #87 0.14.0-beta1 revert restored results during merge process --- packages/vm/src/testing/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vm/src/testing/mod.rs b/packages/vm/src/testing/mod.rs index 600893747..6c5875683 100644 --- a/packages/vm/src/testing/mod.rs +++ b/packages/vm/src/testing/mod.rs @@ -1,6 +1,7 @@ // The external interface is `use cosmwasm_vm::testing::X` for all integration testing symbols, no matter where they live internally. mod calls; +mod contract; mod ibc_calls; mod instance; mod mock;