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 a9d7b78 commit 6824c18Copy full SHA for 6824c18
test/FileFormats/MOF/MOF.jl
@@ -1563,7 +1563,7 @@ function test_nonlinear_expression_not_call()
1563
con = MOI.add_constraint(model, MOF.Nonlinear(expr), MOI.EqualTo(1.0))
1564
io = IOBuffer()
1565
@test_throws(
1566
- ErrorException("Expected an expression that was a function. Got $expr"),
+ ErrorException("Expected an expression that was a function. Got $expr."),
1567
write(io, model),
1568
)
1569
return
0 commit comments