Skip to content

Commit 4b4d06a

Browse files
authored
Update junit.rs
1 parent 38485a9 commit 4b4d06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/test/src/formatters/junit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl<T: Write> OutputFormatter for JunitFormatter<T> {
5050
_stdout: &[u8],
5151
_state: &ConsoleTestState,
5252
) -> io::Result<()> {
53-
// Because testsuit node holds some of the information as attributes, we can't write it
53+
// Because the testsuit node holds some of the information as attributes, we can't write it
5454
// until all of the tests has ran. Instead of writting every result as they come in, we add
5555
// them to a Vec and write them all at once when run is complete.
5656
let duration = exec_time.map(|t| t.0.clone()).unwrap_or_default();

0 commit comments

Comments
 (0)