From ca736cfce8ab9f8f9bf084e64b5ae337db8a75bf Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 15 Jun 2017 14:54:32 +0100 Subject: [PATCH] fix test description logs in, not registers --- test/app-tests/loading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app-tests/loading.js b/test/app-tests/loading.js index a507fb9683..3792689da7 100644 --- a/test/app-tests/loading.js +++ b/test/app-tests/loading.js @@ -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, {});