LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnit

This commit is contained in:
Linus Groh 2022-06-24 00:29:09 +01:00
parent ee0d5d6649
commit 3beb7fc42f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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