We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1997c commit 4871900Copy full SHA for 4871900
1 file changed
tests/command_line_test.rs
@@ -8,7 +8,7 @@ fn command_help() -> Result<(), Box<dyn std::error::Error>> {
8
let mut cmd = Command::cargo_bin(PKG_NAME)?;
9
cmd.arg("--help").arg("--no-update");
10
cmd.assert().success().stdout(predicate::str::contains(
11
- "Client for downloading, testing and submitting exercises through the Test My Code system.",
+ "Client for downloading, testing and submitting exercises through the TestMyCode system.",
12
));
13
14
Ok(())
0 commit comments