aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2018-02-24 22:00:00 +0100
committeracdenisSK <[email protected]>2018-02-24 22:00:00 +0100
commitdb7776ea919e01fdba1ab8380bd9bfebee1f7616 (patch)
tree3f532897a8187a69c0e7179a9956a22d33de5fa3 /tests
parentAdd tests for checking empty messages. (#281) (diff)
downloadserenity-db7776ea919e01fdba1ab8380bd9bfebee1f7616.tar.xz
serenity-db7776ea919e01fdba1ab8380bd9bfebee1f7616.zip
Fix formatting
Diffstat (limited to 'tests')
-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);