From 5b82038eef7e409ed7be80c1e6c0e0be8812a9b3 Mon Sep 17 00:00:00 2001 From: Yorke Rhodes Date: Fri, 19 Jan 2024 12:43:00 -0500 Subject: [PATCH] Fix merkle integration test use --- integration-test/tests/contracts/cw/hook.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-test/tests/contracts/cw/hook.rs b/integration-test/tests/contracts/cw/hook.rs index c7d4cfb3..413c8cd2 100644 --- a/integration-test/tests/contracts/cw/hook.rs +++ b/integration-test/tests/contracts/cw/hook.rs @@ -99,7 +99,6 @@ impl Hook { .instantiate( codes.hook_merkle, &hook::merkle::InstantiateMsg { - owner: owner.address(), mailbox, }, Some(deployer.address().as_str()),