Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser committed Jul 26, 2024
1 parent 257c504 commit d20d2d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/tests/test_comments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ fn test_comments_lifecycle_moon_forms() {
const SAMPLE_MOON_LABELLING: &str = include_str!("./samples/moon_forms.jsonl");
// check without moon forms
check_comments_lifecycle(SAMPLE_MOON_LABELLING, vec!["--allow-duplicates", "--yes"]);
// and with moon forms
check_comments_lifecycle(SAMPLE_MOON_LABELLING, vec!["--allow-duplicates", "--yes"]);
}

#[test]
Expand Down

0 comments on commit d20d2d8

Please sign in to comment.