File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ impl<T: Write> OutputFormatter for JunitFormatter<T> {
55
55
_stdout : & [ u8 ] ,
56
56
_state : & ConsoleTestState ,
57
57
) -> io:: Result < ( ) > {
58
- // Because the testsuit node holds some of the information as attributes, we can't write it
59
- // until all of the tests has ran . Instead of writting every result as they come in, we add
58
+ // Because the testsuite node holds some of the information as attributes, we can't write it
59
+ // until all of the tests have finished . Instead of writing every result as they come in, we add
60
60
// them to a Vec and write them all at once when run is complete.
61
61
let duration = exec_time. map ( |t| t. 0 ) . unwrap_or_default ( ) ;
62
62
self . results . push ( ( desc. clone ( ) , result. clone ( ) , duration) ) ;
You can’t perform that action at this time.
0 commit comments