Skip to content

Commit 69220af

Browse files
authored
Improve code coverage (#187)
1 parent 4af6c65 commit 69220af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/MOI_wrapper.jl

+6
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ function test_no_sol_file(path)
251251
return
252252
end
253253

254+
function test_supports_incremental_interface(path)
255+
model = AmplNLWriter.Optimizer(path)
256+
@test !MOI.supports_incremental_interface(model)
257+
return
258+
end
259+
254260
end # module
255261

256262
import Ipopt_jll

0 commit comments

Comments
 (0)