Skip to content

Commit

Permalink
Reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrt committed Jul 30, 2024
1 parent 621dca8 commit 0c59599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/unit_tests/source_code_unit_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -698,4 +698,4 @@ fn test_satisfies_outermost_enclosing_node() {
assert!(!source_code_unit.is_satisfied(*node, &rule_negative, &HashMap::new(), &mut rule_store,));

assert!(source_code_unit.is_satisfied(*node, &rule_positive, &HashMap::new(), &mut rule_store,));
}
}

0 comments on commit 0c59599

Please sign in to comment.