Skip to content

Commit

Permalink
Update junit.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyu authored Apr 26, 2021
1 parent 38485a9 commit 4b4d06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/test/src/formatters/junit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl<T: Write> OutputFormatter for JunitFormatter<T> {
_stdout: &[u8],
_state: &ConsoleTestState,
) -> io::Result<()> {
// 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
// until all of the tests has ran. Instead of writting every result as they come in, we add
// them to a Vec and write them all at once when run is complete.
let duration = exec_time.map(|t| t.0.clone()).unwrap_or_default();
Expand Down

0 comments on commit 4b4d06a

Please sign in to comment.