Skip to content

Commit 50814b5

Browse files
committed
Add test for the show method
1 parent 2e1ff39 commit 50814b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_settings.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ using Test
1212
@test vss.solver_settings isa SolverSettings
1313
@test vss.wings isa Vector{WingSettings}
1414
@test length(vss.wings) == 2
15+
io = IOBuffer(repr(vss))
16+
@test countlines(io) == 32
1517
end
1618
nothing

0 commit comments

Comments
 (0)