Fix more tests

This commit is contained in:
Michael Telatynski 2019-12-17 11:47:04 +00:00
parent 6f06716954
commit b1aa4bbbc7
1 changed files with 0 additions and 4 deletions

View File

@ -81,10 +81,6 @@ describe('loading:', function() {
windowLocation = null; windowLocation = null;
matrixChat = null; matrixChat = null;
languageHandler.setMissingEntryGenerator(function(key) {
return key.split('|', 2)[1];
});
}); });
afterEach(async function() { afterEach(async function() {