Skip to content

Commit 9d74a18

Browse files
committed
Fix rebase issue
Signed-off-by: Piet Gömpel <pietgoempel@gmail.com>
1 parent 45aaafd commit 9d74a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lib/ocpp/v201/functional_blocks/test_smart_charging.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1969,9 +1969,10 @@ TEST_F(SmartChargingTest, K08FR07_GetCompositeSchedule_DoesNotCalculateComposite
19691969
EXPECT_EQ(response.statusInfo.value().additionalInfo.value(), "ChargingScheduleChargingRateUnitUnsupported");
19701970
EXPECT_EQ(response.statusInfo.value().reasonCode, "UnsupportedRateUnit");
19711971
}));
1972-
}
19731972

19741973
smart_charging.handle_message(get_composite_schedule_req);
1974+
}
1975+
19751976
TEST_F(SmartChargingHandlerTestFixtureV201, K01_ValidateTxProfile_EmptyChargingSchedule) {
19761977
auto profile = create_charging_profile(DEFAULT_PROFILE_ID, ChargingProfilePurposeEnum::ChargingStationMaxProfile,
19771978
std::vector<ChargingSchedule>{}, ocpp::DateTime("2024-01-17T17:00:00"));

0 commit comments

Comments
 (0)