From 09460d8e3f3393c39a843a62fa95e054f9b28ec1 Mon Sep 17 00:00:00 2001 From: Darice Date: Mon, 6 May 2024 13:38:56 -0600 Subject: [PATCH] update test value --- test/shared_test/lib_battery_capacity_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shared_test/lib_battery_capacity_test.cpp b/test/shared_test/lib_battery_capacity_test.cpp index df82ee320..d5071a1e0 100644 --- a/test/shared_test/lib_battery_capacity_test.cpp +++ b/test/shared_test/lib_battery_capacity_test.cpp @@ -118,7 +118,7 @@ TEST_F(LiIon_lib_battery_capacity_test, updateCapacityLifetimeTest){ percent = 110; old_cap->updateCapacityForLifetime(percent); - s1 = {100, 100, 1000, 0, 400, 100, 50, 2}; + s1 = {100, 1100, 1000, 0, 400, 10, 50, 2}; compareState(old_cap->get_state(), s1, "updateCapacityLifetimeTest: 4"); percent = -110;