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 135a713 commit c9febb9Copy full SHA for c9febb9
test/settings/test_settings.jl
@@ -11,6 +11,6 @@ using Test
11
@test vss.wings isa Vector{WingSettings}
12
@test length(vss.wings) == 2
13
io = IOBuffer(repr(vss))
14
- @test countlines(io) == 47 # Updated to match new output format
+ @test countlines(io) == 42 # Updated to match new output format
15
end
16
nothing
0 commit comments