Skip to content

Commit 5cbffbe

Browse files
committed
Update
1 parent 869f2d7 commit 5cbffbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/General/attributes.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ function test_submit_not_allowed()
356356
@test MOI.SubmitNotAllowed(submit) == MOI.SubmitNotAllowed(submit, "")
357357
err = MOI.SubmitNotAllowed(submit, "msg")
358358
contents = sprint(showerror, err)
359-
@test occursin("Submitting $submit cannot be performed: msg", contents)
359+
@test occursin("Submitting $submit cannot be performed", contents)
360+
@test occursin("msg", contents)
360361
return
361362
end
362363

0 commit comments

Comments
 (0)