Skip to content

Commit

Permalink
updated: incorrect test fixture name
Browse files Browse the repository at this point in the history
Signed-off-by: Coury Richards <[email protected]>
  • Loading branch information
couryrr-afs committed Oct 9, 2024
1 parent f0b3746 commit 075ab82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/ocpp/v201/test_charge_point.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ TEST_F(ChargePointFunctionalityTestFixtureV201, K02FR05_TransactionEnds_WillDele
TriggerReasonEnum::StopAuthorized, {}, {}, ChargingStateEnum::EVConnected);
}

TEST_F(ChargepointTestFixtureV201, K12_OnExternalLimitsChanged_CallsHandler) {
TEST_F(ChargePointFunctionalityTestFixtureV201, K12_OnExternalLimitsChanged_CallsHandler) {
const auto& limit_change_cv = ControllerComponentVariables::LimitChangeSignificance;
device_model->set_value(limit_change_cv.component, limit_change_cv.variable.value(), AttributeEnum::Actual, "0.1",
"test");
Expand All @@ -966,7 +966,7 @@ TEST_F(ChargepointTestFixtureV201, K12_OnExternalLimitsChanged_CallsHandler) {
charge_point->on_external_limits_changed(new_limit, deltaChanged, source, DEFAULT_EVSE_ID);
}

TEST_F(ChargepointTestFixtureV201, K13_OnExternalLimitsCleared_CallsHandler) {
TEST_F(ChargePointFunctionalityTestFixtureV201, K13_OnExternalLimitsCleared_CallsHandler) {
const auto& limit_change_cv = ControllerComponentVariables::LimitChangeSignificance;
device_model->set_value(limit_change_cv.component, limit_change_cv.variable.value(), AttributeEnum::Actual, "0.1",
"test");
Expand Down

0 comments on commit 075ab82

Please sign in to comment.