Skip to content

Commit

Permalink
rename missed testy -> xc
Browse files Browse the repository at this point in the history
  • Loading branch information
brownben committed Nov 11, 2024
1 parent 0cdca6f commit d15ce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/standard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn error(test: &TestOutcome) -> io::Result<()> {
return writeln!(w, "{}: {message}\n", "ExpectedFailure".bold());
}
if let OutcomeKind::TestNotFound = test.outcome {
let message = "Could not find test. This is likely a problem in testy.";
let message = "Could not find test. This is likely a problem in xc.";
return writeln!(w, "{}: {message}\n", "TestNotFound".bold());
}

Expand Down

0 comments on commit d15ce6a

Please sign in to comment.