Skip to content

Commit bb51835

Browse files
committed
Fix typo
1 parent 46d7253 commit bb51835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vrep_optimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ const MOIB = MOI.Bridges
1616
bridged = MOIB.full_bridge_optimizer(cached, Float64)
1717
config = MOIT.TestConfig(duals=false)
1818
MOIT.contlineartest(bridged, config,
19-
# linear8a and linear12 will be solved by https://github.com/JuliaOpt/MathOptInterface.jl/pull/702<Paste>
19+
# linear8a and linear12 will be solved by https://github.com/JuliaOpt/MathOptInterface.jl/pull/702
2020
["linear8a", "linear12", "partial_start"])
2121
end

0 commit comments

Comments
 (0)