1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
This commit is contained in:
Kegan Dougal
2015-11-04 15:37:10 +00:00
parent e42f6c0cad
commit b4c353e65f

View File

@@ -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", [