Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 3da1fc2

Browse files
committed
remove duplicate addition of args in invalid config test
1 parent 598abb8 commit 3da1fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/tests/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ fn invalid_config_will_cause_commands_to_fail() {
77
cmd.args(args)
88
.assert()
99
.stderr("error: Could not find config file `~/nonexistent/config.yml`\n");
10-
cmd.args(args).assert().code(1).failure();
10+
cmd.assert().code(1).failure();
1111
}

0 commit comments

Comments
 (0)