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 869f2d7 commit 5cbffbeCopy full SHA for 5cbffbe
test/General/attributes.jl
@@ -356,7 +356,8 @@ function test_submit_not_allowed()
356
@test MOI.SubmitNotAllowed(submit) == MOI.SubmitNotAllowed(submit, "")
357
err = MOI.SubmitNotAllowed(submit, "msg")
358
contents = sprint(showerror, err)
359
- @test occursin("Submitting $submit cannot be performed: msg", contents)
+ @test occursin("Submitting $submit cannot be performed", contents)
360
+ @test occursin("msg", contents)
361
return
362
end
363
0 commit comments