Skip to content

Commit 23b9e26

Browse files
committed
Fix test
1 parent b1e0a46 commit 23b9e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/auxiliary/test_logs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ end
461461

462462
# Test 31: Vector with Symbols
463463
symbol_vec = [:a, :b, :c, :d]
464-
msg = Peridynamics.msg_vec("symbols", symbol_vec; linewidth=20)
464+
msg = Peridynamics.msg_vec("symbols", symbol_vec; linewidth=100)
465465
@test occursin("symbols", msg)
466-
@test occursin("[:a, :b, :c, :d]", msg)
466+
@test occursin("[a, b, c, d]", msg)
467467
end

0 commit comments

Comments
 (0)