We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1ff39 commit 50814b5Copy full SHA for 50814b5
test/test_settings.jl
@@ -12,5 +12,7 @@ using Test
12
@test vss.solver_settings isa SolverSettings
13
@test vss.wings isa Vector{WingSettings}
14
@test length(vss.wings) == 2
15
+ io = IOBuffer(repr(vss))
16
+ @test countlines(io) == 32
17
end
18
nothing
0 commit comments