aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_args.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_args.rs b/tests/test_args.rs
index 10973be..03103b8 100644
--- a/tests/test_args.rs
+++ b/tests/test_args.rs
@@ -14,7 +14,6 @@ fn single_with_empty_message() {
#[test]
fn single_n_with_empty_message() {
-
let args = Args::new("", &["".to_string()]);
assert_matches!(args.single_n::<String>().unwrap_err(), ArgError::Eos);