Skip to content

Commit

Permalink
Update test/test_constraint.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 2, 2024
1 parent aa508bc commit e67326a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_constraint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ function _test_shape(primal, dual, con::VectorConstraint)
@test primal == reshape_vector(vec_primal, con.shape)
@test dual == reshape_vector(vec_dual, dual_shape(con.shape))
moi_dot = MOI.Utilities.set_dot(vec_primal, vec_dual, con.set)
@test dot(primal, dual) == moi_dot
@test LinearAlgebra.dot(primal, dual) == moi_dot
return
end

Expand Down

0 comments on commit e67326a

Please sign in to comment.