Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 27, 2024
1 parent ab0de86 commit 88dfd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_simulation_execute.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
test_path =
joinpath(folder, "consecutive", "problems", "ED", "optimization_model_exports")
@test ispath(test_path)
@test length(readdir(test_path)) == 2
@test length(readdir(test_path)) == 4
end

function test_2_stage_decision_models_with_feedforwards(in_memory)
Expand Down

0 comments on commit 88dfd7f

Please sign in to comment.