Skip to content

Commit 30790bc

Browse files
committed
Fix tests for Julia v1.4-rc1
1 parent 344a671 commit 30790bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ julia:
99
- 1.1
1010
- 1.2
1111
- 1.3
12+
- 1.4
1213
notifications:
1314
email: false
1415
git:

test/Bridges/Variable/vectorize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ end
115115

116116
@testset "MultirowChange" begin
117117
change = MOI.MultirowChange(y, [(3, 0.0)])
118-
message = "The change MathOptInterface.MultirowChange{Float64}(MathOptInterface.VariableIndex(-1), Tuple{Int64,Float64}[(3, 0.0)])" *
118+
message = "The change $change" *
119119
" contains variables bridged into a function with nonzero constant."
120120
err = MOI.ModifyConstraintNotAllowed(cis[1], change, message)
121121
@test_throws err MOI.modify(bridged_mock, cis[1], change)

0 commit comments

Comments
 (0)