Skip to content

Commit

Permalink
Add test_ at the beginning of a test function
Browse files Browse the repository at this point in the history
  • Loading branch information
teiesti authored and ZachJHansen committed Dec 19, 2023
1 parent a857d97 commit ee0af51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax_tree/asp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ mod tests {
};

#[test]
fn program_function_constants() {
fn test_program_function_constants() {
// p :- b != a.
let program = Program {
rules: vec![Rule {
Expand Down

0 comments on commit ee0af51

Please sign in to comment.