From b1aa4bbbc71ef027457fb750bfbb9f9c67f0fc08 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 17 Dec 2019 11:47:04 +0000 Subject: [PATCH] Fix more tests --- test/app-tests/loading.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/app-tests/loading.js b/test/app-tests/loading.js index a65383bc..302f4230 100644 --- a/test/app-tests/loading.js +++ b/test/app-tests/loading.js @@ -81,10 +81,6 @@ describe('loading:', function() { windowLocation = null; matrixChat = null; - - languageHandler.setMissingEntryGenerator(function(key) { - return key.split('|', 2)[1]; - }); }); afterEach(async function() {