Skip to content

Commit

Permalink
Updated Rejected Invalid Profiles test name
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Giavotto <[email protected]>
  • Loading branch information
Giavotto committed Sep 17, 2024
1 parent 2c7c3e6 commit 0307a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/ocpp/v201/test_smart_charging_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ TEST_F(SmartChargingHandlerTestFixtureV201, K04FR01_AddProfile_OnlyAddsToOneEVSE
EXPECT_THAT(sut2, testing::Not(testing::Contains(profile1)));
}

TEST_F(SmartChargingHandlerTestFixtureV201, K01_ValidateAndAdd_RejectsInvalidProfiles) {
TEST_F(SmartChargingHandlerTestFixtureV201, K01_ValidateAndAdd_RejectsInvalidProfilesWithReasonCode) {
auto periods = create_charging_schedule_periods(0);
auto profile = create_charging_profile(
DEFAULT_PROFILE_ID, ChargingProfilePurposeEnum::TxProfile,
Expand Down

0 comments on commit 0307a3e

Please sign in to comment.