Skip to content

Commit f71de8c

Browse files
author
Vladyslav Mustafin
committed
review fixes
1 parent f3c57cb commit f71de8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/node/rpc/messages/SubscribeVehicleDataResponseTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('SubscribeVehicleDataResponseTests', function () {
4040
const JSON_WINDOWSTATUS = this.windowStatus.getParameters();
4141

4242
this.climateData = new VehicleDataResult()
43-
.setDataType(VehicleDataType.VEHICLEDATA_CLIMATEDATA);
43+
.setDataType(VehicleDataType.VEHICLEDATA_CLIMATEDATA);
4444
const JSON_CLIMATEDATA = this.climateData.getParameters();
4545

4646
this.createMessage = function () {

tests/node/rpc/messages/UnsubscribeVehicleDataResponseTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('UnsubscribeVehicleDataResponseTests', function () {
4040
const JSON_WINDOWSTATUS = this.windowStatus.getParameters();
4141

4242
this.climateData = new VehicleDataResult()
43-
.setDataType(VehicleDataType.VEHICLEDATA_CLIMATEDATA);
43+
.setDataType(VehicleDataType.VEHICLEDATA_CLIMATEDATA);
4444
const JSON_CLIMATEDATA = this.climateData.getParameters();
4545

4646
this.createMessage = function () {

0 commit comments

Comments
 (0)