Skip to content

Commit 59d2c23

Browse files
committed
Fix test failures in Windows
1 parent bc35c9c commit 59d2c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TerminalLogger.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,5 @@ import TerminalLoggers.default_metafmt
230230
(s, re) = match(re, s) !== nothing
231231

232232
@test genmsg("", progress=0.1, width=60)
233-
r"Progress: 10%\|██ \| ETA: 0:00:[0-9][0-9]"
233+
r"Progress: 10%\|██. \| ETA: 0:00:[0-9][0-9]"
234234
end

0 commit comments

Comments
 (0)