From b4c353e65fe21e6fb8f1c631d5f46f3400870c69 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 4 Nov 2015 15:37:10 +0000 Subject: [PATCH] Linting --- spec/unit/matrix-client.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/unit/matrix-client.spec.js b/spec/unit/matrix-client.spec.js index 596be3464..4249d2d81 100644 --- a/spec/unit/matrix-client.spec.js +++ b/spec/unit/matrix-client.spec.js @@ -81,7 +81,8 @@ describe("MatrixClient", function() { accessToken: "my.access.token", request: function() {}, // NOP store: store, - scheduler: scheduler + scheduler: scheduler, + userId: userId }); // FIXME: We shouldn't be yanking _http like this. client._http = jasmine.createSpyObj("httpApi", [