diff --git a/ocpp1.6_test/ocpp16_test.go b/ocpp1.6_test/ocpp16_test.go index f8cd8b4d..69cb7cd5 100644 --- a/ocpp1.6_test/ocpp16_test.go +++ b/ocpp1.6_test/ocpp16_test.go @@ -670,8 +670,8 @@ type OcppV16TestSuite struct { ocppjCentralSystem *ocppj.Server mockWsServer *MockWebsocketServer mockWsClient *MockWebsocketClient - chargePoint ocpp16.ChargePoint // ocpp16.chargePoint - centralSystem ocpp16.CentralSystem // ocpp16.centralSystem + chargePoint ocpp16.ChargePoint + centralSystem ocpp16.CentralSystem messageIdGenerator TestRandomIdGenerator clientDispatcher ocppj.ClientDispatcher serverDispatcher ocppj.ServerDispatcher