Skip to content

Commit 25edf48

Browse files
Fix typo. (#36)
1 parent d2a01f1 commit 25edf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParallelTestRunner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ function runtests(mod::Module, ARGS; test_filter = Returns(true), RecordType = T
661661
# Message types for the printer channel
662662
# (:started, test_name, worker_id)
663663
# (:finished, test_name, worker_id, record)
664-
# (:errored, test_name, worker_id)
664+
# (:errored, test_name, worker_id, test_time)
665665
printer_channel = Channel{Tuple}(100)
666666

667667
printer_task = @async begin

0 commit comments

Comments
 (0)