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 e7bd8d6 commit d462769Copy full SHA for d462769
test/unit_tests/StatsAPI.jl
@@ -25,5 +25,5 @@ end
25
end
26
27
@testset "coeftable" begin
28
- @test_throws coeftable(model) MethodError "StructuralEquationModels does not support"
+ @test_throws "StructuralEquationModels does not support" coeftable(model)
29
0 commit comments