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 52de720 commit 321836bCopy full SHA for 321836b
test/model_parsing.jl
@@ -1078,5 +1078,5 @@ end
1078
1079
@testset "Model can be defined even without `using MTK` (#3640)" begin
1080
# Just test that it runs without error
1081
- @test NoUsingMTK.MyModel(; name=:foo) isa ModelingToolkit.AbstractSystem
+ @test NoUsingMTK.MyModel(; name = :foo) isa ModelingToolkit.AbstractSystem
1082
end
0 commit comments