This commit is contained in:
Manuel Friedli 2019-05-03 23:43:51 +02:00
parent 1583f73220
commit 864f0052b4

View file

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