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 10, 2024
1 parent c6e5d81 commit fa11455
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 @@ -1197,7 +1197,7 @@ TEST_F(SmartChargingHandlerTestFixtureV201,
EXPECT_THAT(profiles, testing::Contains(profile5));
}

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 fa11455

Please sign in to comment.