This commit is contained in:
Manuel Friedli 2019-05-03 23:43:51 +02:00
parent 1583f73220
commit 864f0052b4
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ suite('Bärneruhr', function () {
});
uhr = elem.uhr('instance');
// NB: 'de' is just the first language that is included in the page. that may change!
assert.equal(uhr.options.language, 'de');
assert.equal(uhr.options.language, 'de_CH_genau');
});
test('unknown theme', function () {