Fix failing test

gh-actions
Alinson S. Xavier 5 years ago
parent 21eed29cec
commit adf7b27c1a

@ -43,7 +43,7 @@ using RELOG, Cbc, JuMP, Printf, JSON, MathOptInterface.FileFormats
@testset "solve" begin
solution = RELOG.solve("$(pwd())/../instances/s1.json",
output_filename="$(pwd())/../tmp/sol.json")
output="$(pwd())/../tmp/sol.json")
@test "Costs" in keys(solution)
@test "Fixed operating (\$)" in keys(solution["Costs"])

Loading…
Cancel
Save