Skip to content

Commit 68013d3

Browse files
Fix styling in print_header function (#128)
1 parent 062c7f1 commit 68013d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ParallelTestRunner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function print_header(ctx::TestIOContext, testgroupheader, workerheader)
141141
lock(ctx.lock)
142142
try
143143
# header top
144-
printstyled(ctx.stdout, " "^(ctx.name_align + textwidth(testgroupheader) - 3), "")
144+
printstyled(ctx.stdout, " "^(ctx.name_align + textwidth(testgroupheader) - 3), "", color = :white)
145145
printstyled(ctx.stdout, " Test │", color = :white)
146146
ctx.verbose && printstyled(ctx.stdout, " Init │", color = :white)
147147
VERSION >= v"1.11" && ctx.verbose && printstyled(ctx.stdout, " Compile │", color = :white)

0 commit comments

Comments
 (0)