From d20d2d88c6b6e61ab5763f3b12cfa42ec0a196a5 Mon Sep 17 00:00:00 2001 From: Joe Prosser Date: Fri, 26 Jul 2024 14:19:15 +0100 Subject: [PATCH] remove redundant test --- cli/tests/test_comments.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/tests/test_comments.rs b/cli/tests/test_comments.rs index ed5195b..7d75b45 100644 --- a/cli/tests/test_comments.rs +++ b/cli/tests/test_comments.rs @@ -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]