Fix test
This commit is contained in:
parent
1583f73220
commit
864f0052b4
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue