Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Aug 16, 2021
1 parent f249510 commit 1ee709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/src/message/mapped.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ mod tests {
fn test_has_duplicates() {
let message = create_test_mapped_message().0;

assert_eq!(message.has_duplicates(), false);
assert!(!message.has_duplicates());
}

#[test]
Expand Down

0 comments on commit 1ee709f

Please sign in to comment.