We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38485a9 commit 4b4d06aCopy full SHA for 4b4d06a
library/test/src/formatters/junit.rs
@@ -50,7 +50,7 @@ impl<T: Write> OutputFormatter for JunitFormatter<T> {
50
_stdout: &[u8],
51
_state: &ConsoleTestState,
52
) -> io::Result<()> {
53
- // Because testsuit node holds some of the information as attributes, we can't write it
+ // Because the testsuit node holds some of the information as attributes, we can't write it
54
// until all of the tests has ran. Instead of writting every result as they come in, we add
55
// them to a Vec and write them all at once when run is complete.
56
let duration = exec_time.map(|t| t.0.clone()).unwrap_or_default();
0 commit comments