Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Sep 12, 2023
1 parent be1ae92 commit 1c51285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
))
Expand Down

0 comments on commit 1c51285

Please sign in to comment.