Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Telatynski b1aa4bbbc7 Fix more tests 2019-12-17 11:47:04 +00:00
1 changed files with 0 additions and 4 deletions

View File

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