From 70b0f023a7f497353a11fb81e8fe7c77c8c1dcfb Mon Sep 17 00:00:00 2001 From: rodrigomha Date: Thu, 12 Dec 2024 14:22:20 -0800 Subject: [PATCH] formatter once more time --- test/test_device_thermal_generation_constructors.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_device_thermal_generation_constructors.jl b/test/test_device_thermal_generation_constructors.jl index bb1af7492..3625211df 100644 --- a/test/test_device_thermal_generation_constructors.jl +++ b/test/test_device_thermal_generation_constructors.jl @@ -85,7 +85,7 @@ end name = "UC_$(i)", optimizer = HiGHS_optimizer, system_to_file = false, - optimizer_solve_log_print = true + optimizer_solve_log_print = true, ) @test build!(model; output_dir = test_path) == PSI.ModelBuildStatus.BUILT @test solve!(model) == PSI.RunStatus.SUCCESSFULLY_FINALIZED