Skip to content

Commit 06fa81a

Browse files
committed
tweak test for Julia 1.6 (nightly)
1 parent a0e1991 commit 06fa81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function test_json_format()
361361

362362
entry = JSON.parse(readio)
363363
@test entry["metadata"]["level"] == "Info"
364-
@test endswith(entry["message"], "Array{Bool,1}") # either "Array{Bool,1}" or "Vector{Bool} = Array{Bool,1}"
364+
@test endswith(entry["message"], "Array{Bool,1}") || startswith(entry["message"], "Vector{Bool}") # either "Array{Bool,1}" or "Vector{Bool} = Array{Bool,1} or Vector{Bool} (alias for...)"
365365

366366
entry = JSON.parse(readio)
367367
@test entry["metadata"]["level"] == "Error"

0 commit comments

Comments
 (0)