Fix failing test

This commit is contained in:
2020-08-21 17:30:33 -05:00
parent 21eed29cec
commit adf7b27c1a

View File

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