Closed Yuanzjls closed 1 year ago
Thanks for catching this. To make sure the tests pass as well, the raw JSON string in https://github.com/lorenzodonini/ocpp-go/blob/e3a0890ba3b4ef447c0fdb9bc4a7d3a656792b96/ocpp2.0.1_test/get_transaction_status_test.go#L43 needs to be changed as well.
I changed all messageinqueue to messagesinqueue, and all the tests related to the messagesinqueue has been passed
"messageInQueue" should be changed into "messagesInQueue"