Skip to content

Commit 448617c

Browse files
committed
Update error message in tests
1 parent 2272187 commit 448617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Bridges/Variable/zeros.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ MOI.set(bridged_mock, MOI.ObjectiveFunction{typeof(obj)}(), obj)
3232
@test MOIB.Variable.unbridged_map(MOIB.bridge(bridged_mock, z), z, MOIB.Variable.IndexInVector(2)) === nothing
3333

3434
err = ErrorException(
35-
"Cannot delete constraint index of bridged constrained variables, delete" *
35+
"Cannot delete constraint index of bridged constrained variables. Delete" *
3636
" the scalar variable or the vector of variables instead."
3737
)
3838
@test_throws err MOI.delete(bridged_mock, cyz)

0 commit comments

Comments
 (0)