Skip to content

Commit f738ae3

Browse files
committed
fixup! fixup! Fix plural function to be hardcoded
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent eb32a3a commit f738ae3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/js/tests/specs/l10nSpec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ describe('OC.L10N tests', function() {
143143
OC.L10N.register(TEST_APP, {
144144
'Hello world!': 'Hallo Welt!'
145145
});
146-
expect(console.warn).toHaveBeenCalled();
147146
OC.L10N.load(TEST_APP, callbackStub).then(promiseStub);
148147
expect(callbackStub.calledOnce).toEqual(true);
149148
expect(promiseStub.calledOnce).toEqual(true);

0 commit comments

Comments
 (0)