Skip to content

Commit

Permalink
Revert some mock change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle committed Jan 23, 2022
1 parent b5e2aef commit d998a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d998a58

Please sign in to comment.