fix test description

logs in, not registers
pull/4315/head
Richard van der Hoff 2017-06-15 14:54:32 +01:00
parent 98e694646c
commit ca736cfce8
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ describe('loading:', function () {
}).done(done, done);
});
it("registers correctly with a Riot Team Server", function() {
it("logs in correctly with a Riot Team Server", function() {
sdk.setFetch(httpBackend.fetchFn); // XXX: ought to restore this!
httpBackend.when('GET', '/pushrules').respond(200, {});