Fix javascript tests

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-03-06 22:20:19 +01:00
parent fbb6faebee
commit d653028cbe
1 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,8 @@ export class OC {
return ''
}
getLanguage() {
return 'en-GB'
}
}