Skip to content

Commit

Permalink
update test value
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 6, 2024
1 parent 9036f53 commit 09460d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared_test/lib_battery_capacity_test.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 09460d8

Please sign in to comment.