We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8222bc commit 10c06e6Copy full SHA for 10c06e6
tests/stubs/ChargePointEventsHandlerStub.cpp
@@ -170,7 +170,7 @@ bool ChargePointEventsHandlerStub::getLocalLimitationsSchedule(unsigned int
170
/** @copydoc bool IChargePointEventsHandler::resetRequested(ocpp::types::ResetType) */
171
bool ChargePointEventsHandlerStub::resetRequested(ocpp::types::ResetType reset_type)
172
{
173
- m_calls["transactionDeAuthorized"] = {{"reset_type", ResetTypeHelper.toString(reset_type)}};
+ m_calls["resetRequested"] = {{"reset_type", ResetTypeHelper.toString(reset_type)}};
174
return callResult("resetRequested");
175
}
176
0 commit comments