Skip to content

Commit 1aeb41c

Browse files
authored
Update test/FileFormats/LP/LP.jl
1 parent f4525da commit 1aeb41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FileFormats/LP/LP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ function test_unsupported_variable_types()
11311131
end
11321132

11331133
function _test_int_round_trip(src)
1134-
model = MOI.FileFormats.LP.Model()#; coefficient_type = Int)
1134+
model = MOI.FileFormats.LP.Model(; coefficient_type = Int)
11351135
io = IOBuffer()
11361136
write(io, src)
11371137
seekstart(io)

0 commit comments

Comments
 (0)