Skip to content

Commit 10c06e6

Browse files
wrong value in m_call for reset requested
1 parent f8222bc commit 10c06e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stubs/ChargePointEventsHandlerStub.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ bool ChargePointEventsHandlerStub::getLocalLimitationsSchedule(unsigned int
170170
/** @copydoc bool IChargePointEventsHandler::resetRequested(ocpp::types::ResetType) */
171171
bool ChargePointEventsHandlerStub::resetRequested(ocpp::types::ResetType reset_type)
172172
{
173-
m_calls["transactionDeAuthorized"] = {{"reset_type", ResetTypeHelper.toString(reset_type)}};
173+
m_calls["resetRequested"] = {{"reset_type", ResetTypeHelper.toString(reset_type)}};
174174
return callResult("resetRequested");
175175
}
176176

0 commit comments

Comments
 (0)