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 084e7bb commit 112fcedCopy full SHA for 112fced
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) == 46 # Updated to match new output format
+ @test countlines(io) == 47 # Updated to match new output format
15
end
16
nothing
0 commit comments