You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-30 04:23:07 +03:00
Appease closure linter.
This commit is contained in:
@ -37,7 +37,7 @@ describe("MatrixClient", function() {
|
||||
httpBackend.flush();
|
||||
});
|
||||
|
||||
it("should pass the 'end' token from /initialSync to the from= param "+
|
||||
it("should pass the 'end' token from /initialSync to the from= param " +
|
||||
" of /events", function() {
|
||||
httpBackend.when("GET", "/initialSync").respond(200, initialSync);
|
||||
httpBackend.when("GET", "/events").check(function(req) {
|
||||
@ -50,4 +50,4 @@ describe("MatrixClient", function() {
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user