From d998a5812ee9cc68ef0b2d56af930082ba0efb97 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sun, 23 Jan 2022 19:57:49 +0300 Subject: [PATCH] Revert some mock change --- test/mocks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mocks.js b/test/mocks.js index eea521d..8990ada 100644 --- a/test/mocks.js +++ b/test/mocks.js @@ -54,8 +54,8 @@ class PeripheralMock { } class FakeGatoHistoryServiceMock { - constructor(type, accessory, optionalParams) { - this.type = type; + constructor(accessoryType, accessory, optionalParams) { + this.accessoryType = accessoryType; this.accessory = accessory; this.optionalParams = optionalParams; }