Skip to content

Commit d462769

Browse files
fix tests
1 parent e7bd8d6 commit d462769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit_tests/StatsAPI.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ end
2525
end
2626

2727
@testset "coeftable" begin
28-
@test_throws coeftable(model) MethodError "StructuralEquationModels does not support"
28+
@test_throws "StructuralEquationModels does not support" coeftable(model)
2929
end

0 commit comments

Comments
 (0)