Skip to content

Commit

Permalink
fix logic error in lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
warthog618 committed Apr 3, 2024
1 parent 8e35228 commit 8666cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fn find_named_lines() {
assert_eq!(&l.chip, sim.chips()[1].dev_path());
assert_eq!(l.info.offset, 5);
}
assert!(found.contains_key(&"fls nada"));
assert!(!found.contains_key(&"fls nada"));
}

#[test]
Expand Down

0 comments on commit 8666cd9

Please sign in to comment.