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 23db74e commit 52de720Copy full SHA for 52de720
test/model_parsing.jl
@@ -1077,5 +1077,6 @@ end
1077
end
1078
1079
@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
+ # Just test that it runs without error
1081
+ @test NoUsingMTK.MyModel(; name=:foo) isa ModelingToolkit.AbstractSystem
1082
0 commit comments