Skip to content

Commit c9febb9

Browse files
committed
Removed groups
1 parent 135a713 commit c9febb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/settings/test_settings.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ using Test
1111
@test vss.wings isa Vector{WingSettings}
1212
@test length(vss.wings) == 2
1313
io = IOBuffer(repr(vss))
14-
@test countlines(io) == 47 # Updated to match new output format
14+
@test countlines(io) == 42 # Updated to match new output format
1515
end
1616
nothing

0 commit comments

Comments
 (0)