From 1c51285cc23edfaec24aff39c7ae64c7dd983cba Mon Sep 17 00:00:00 2001 From: Jake Hartnell Date: Mon, 11 Sep 2023 19:24:30 -0700 Subject: [PATCH] Fix integration tests --- .../cw-tokenfactory-issuer/tests/cases/contract_owner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/external/cw-tokenfactory-issuer/tests/cases/contract_owner.rs b/contracts/external/cw-tokenfactory-issuer/tests/cases/contract_owner.rs index 04cbc431b..f7cc5491f 100644 --- a/contracts/external/cw-tokenfactory-issuer/tests/cases/contract_owner.rs +++ b/contracts/external/cw-tokenfactory-issuer/tests/cases/contract_owner.rs @@ -112,7 +112,7 @@ fn renounce_ownership() { assert_eq!( env.cw_tokenfactory_issuer .set_before_send_hook(hook.address(), owner) - .unwrap(), + .unwrap_err(), TokenfactoryIssuer::execute_error(ContractError::Ownership( cw_ownable::OwnershipError::NoOwner ))