Skip to content

Commit f981fbb

Browse files
committed
Fix typo
1 parent 94c0d3e commit f981fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tmc-langs-cli/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ fn prepare_submission_fails_tests() {
442442
_ => panic!(),
443443
}
444444

445-
println!("nprepare submission");
445+
println!("prepare submission");
446446
let prepared_tar = tempfile::NamedTempFile::new().unwrap();
447447
let cli = Cli::parse_from([
448448
"tmc-langs-cli",

0 commit comments

Comments
 (0)