Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Sep 28, 2024
1 parent b08cc77 commit f1f6a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc-plugins/forc-client/tests/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ async fn configurable_override() {
.unwrap()
.value;

assert_eq!(b_val, false);
assert!(!b_val);
assert_eq!(u8_val, 1);
assert_eq!(u16_val, 2);
assert_eq!(u32_val, 3);
Expand Down

0 comments on commit f1f6a2f

Please sign in to comment.