LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnit

This commit is contained in:
Linus Groh 2022-06-24 00:29:09 +01:00
commit 3beb7fc42f
Notes: sideshowbarker 2024-07-18 03:20:18 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -225,7 +225,7 @@ describe("errors", () => {
}; };
const pluralSmallestPluralDisallowedOptions = { const pluralSmallestPluralDisallowedOptions = {
smallestUnit: pluralSmallestUnit, smallestUnit: pluralSmallestUnit,
largestUnit: disallowedUnit, largestUnit: pluralDisallowedUnit,
}; };
expect(() => { expect(() => {

View file

@ -226,7 +226,7 @@ describe("errors", () => {
}; };
const pluralSmallestPluralDisallowedOptions = { const pluralSmallestPluralDisallowedOptions = {
smallestUnit: pluralSmallestUnit, smallestUnit: pluralSmallestUnit,
largestUnit: disallowedUnit, largestUnit: pluralDisallowedUnit,
}; };
expect(() => { expect(() => {