From ca694b317f19c23e7287ed5fdb3d26ce6ef2ffb3 Mon Sep 17 00:00:00 2001 From: Guillaume PIERRE Date: Wed, 26 Jul 2023 16:17:01 +0200 Subject: [PATCH] End-to-end simple tests : correction after rebase --- src/tests/end-to-end/simple_study/simple-study.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/end-to-end/simple_study/simple-study.cpp b/src/tests/end-to-end/simple_study/simple-study.cpp index 5c2225d66d..e99f36a50b 100644 --- a/src/tests/end-to-end/simple_study/simple-study.cpp +++ b/src/tests/end-to-end/simple_study/simple-study.cpp @@ -188,7 +188,7 @@ BOOST_AUTO_TEST_CASE(two_MC_years__thermal_cluster_fullfills_area_demand_on_2nd_ setNumberMCyears(2); simulation->create(); - giveWeigthOnlyToYear(1); + playOnlyYear(1); simulation->run(); BOOST_TEST(output->overallCost(area).hour(0) == loadInArea * clusterCost, tt::tolerance(0.001));