Skip to content

Commit

Permalink
Fix typo in testcase
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Oct 30, 2024
1 parent 6a00102 commit 221f83c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/lib/ocpp/v201/test_composite_schedule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,8 @@ TEST_F(CompositeScheduleTestFixtureV201, K08_CalculateCompositeSchedule_LayeredR
period4.limit = 20.0;
period4.numberPhases = 1;
CompositeSchedule expected;
expected.chargingSchedulePeriod = {period1, period2, period3, period4}, expected.evseId = DEFAULT_EVSE_ID;
expected.chargingSchedulePeriod = {period1, period2, period3, period4};
expected.evseId = DEFAULT_EVSE_ID;
expected.duration = 3840;
expected.scheduleStart = start_time;
expected.chargingRateUnit = ChargingRateUnitEnum::W;
Expand Down

0 comments on commit 221f83c

Please sign in to comment.