Skip to content

Commit 52de720

Browse files
committed
Respect 92 char line length limit
1 parent 23db74e commit 52de720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/model_parsing.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,5 +1077,6 @@ end
10771077
end
10781078

10791079
@testset "Model can be defined even without `using MTK` (#3640)" begin
1080-
@test NoUsingMTK.MyModel(; name=:foo) isa ModelingToolkit.AbstractSystem # just test that it ran fine
1080+
# Just test that it runs without error
1081+
@test NoUsingMTK.MyModel(; name=:foo) isa ModelingToolkit.AbstractSystem
10811082
end

0 commit comments

Comments
 (0)