We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb32a3a commit f738ae3Copy full SHA for f738ae3
core/js/tests/specs/l10nSpec.js
@@ -143,7 +143,6 @@ describe('OC.L10N tests', function() {
143
OC.L10N.register(TEST_APP, {
144
'Hello world!': 'Hallo Welt!'
145
});
146
- expect(console.warn).toHaveBeenCalled();
147
OC.L10N.load(TEST_APP, callbackStub).then(promiseStub);
148
expect(callbackStub.calledOnce).toEqual(true);
149
expect(promiseStub.calledOnce).toEqual(true);
0 commit comments