lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
277 stars 126 forks source link

fix messagesinqueue json #193

Closed Yuanzjls closed 1 year ago

Yuanzjls commented 1 year ago

image "messageInQueue" should be changed into "messagesInQueue"

lorenzodonini commented 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.

Yuanzjls commented 1 year ago

I changed all messageinqueue to messagesinqueue, and all the tests related to the messagesinqueue has been passed