Skip to content

Commit 14200ce

Browse files
committed
Fix
1 parent df6ccea commit 14200ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Nonlinear/Nonlinear.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ end
816816
function test_NLPBlockData()
817817
data = Nonlinear.NonlinearData()
818818
x = MOI.VariableIndex(1)
819-
block = MOI.test_NLPBlockData(data, [x])
819+
block = MOI.NLPBlockData(data, [x])
820820
@test block.has_objective == false
821821
@test length(block.constraint_bounds) == 0
822822
return

0 commit comments

Comments
 (0)