Skip to content

Commit

Permalink
Fix assert_matches usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Oct 1, 2021
1 parent 8350608 commit b5405b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/cw1-whitelist/src/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ fn proxy_freeze_message() {
AdminListResponse {
mutable,
..
}) => {
assert!(!mutable)
}
}) if !mutable
);
}

0 comments on commit b5405b6

Please sign in to comment.