From 1d966a8cf7f19258362e05d5318e89089ccc4577 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Sun, 12 May 2024 23:01:06 -0600 Subject: [PATCH] add value to test --- 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 867eeb2d4c..a925cafe7b 100644 --- a/test/test_device_thermal_generation_constructors.jl +++ b/test/test_device_thermal_generation_constructors.jl @@ -3,7 +3,7 @@ test_path = mktempdir() @testset "Test Thermal Generation Cost Functions " begin test_cases = [ ("linear_cost_test", 4664.88), - ("linear_fuel_test", 0.0), + ("linear_fuel_test", 4664.88), ("quadratic_cost_test", 0.0), ("quadratic_fuel_test", 0.0), ("pwl_io_cost_test", 0.0),