From d653028cbe135b4ccb165ac6c80fca9d4380c467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Fri, 6 Mar 2020 22:20:19 +0100 Subject: [PATCH] Fix javascript tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- tests/javascript/unit/OC.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/javascript/unit/OC.js b/tests/javascript/unit/OC.js index 993ea417..546560df 100644 --- a/tests/javascript/unit/OC.js +++ b/tests/javascript/unit/OC.js @@ -12,4 +12,8 @@ export class OC { return '' } + getLanguage() { + return 'en-GB' + } + }