We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7ab2d commit 9e3b620Copy full SHA for 9e3b620
crates/tmc-testmycode-client/src/client.rs
@@ -194,7 +194,7 @@ impl TestMyCodeClient {
194
)?;
195
finish_stage(
196
format!(
197
- "Submission finished, running at {0}",
+ "Sent submission to server, running at {0}",
198
result.show_submission_url
199
),
200
ClientUpdateData::PostedSubmission(result.clone()),
0 commit comments