1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:17:35 +00:00

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 = { 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(() => {