Skip to content

Commit 4871900

Browse files
committed
Fix test
1 parent cc1997c commit 4871900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/command_line_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fn command_help() -> Result<(), Box<dyn std::error::Error>> {
88
let mut cmd = Command::cargo_bin(PKG_NAME)?;
99
cmd.arg("--help").arg("--no-update");
1010
cmd.assert().success().stdout(predicate::str::contains(
11-
"Client for downloading, testing and submitting exercises through the Test My Code system.",
11+
"Client for downloading, testing and submitting exercises through the TestMyCode system.",
1212
));
1313

1414
Ok(())

0 commit comments

Comments
 (0)