Skip to content

Commit

Permalink
Fix inverted test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu-LAURENT39 committed May 12, 2024
1 parent 5a5f46e commit e891845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ignore/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ mod tests {

assert_eq!(filter.regex.as_str(), "C:/Projects/testprj/([^/]+/)*foo");
assert!(filter.only_dir);
assert!(filter.negate);
assert!(!filter.negate);

let filter = &result[1];

Expand Down

0 comments on commit e891845

Please sign in to comment.