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:
parent
ee0d5d6649
commit
3beb7fc42f
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ describe("errors", () => {
|
||||||
};
|
};
|
||||||
const pluralSmallestPluralDisallowedOptions = {
|
const pluralSmallestPluralDisallowedOptions = {
|
||||||
smallestUnit: pluralSmallestUnit,
|
smallestUnit: pluralSmallestUnit,
|
||||||
largestUnit: disallowedUnit,
|
largestUnit: pluralDisallowedUnit,
|
||||||
};
|
};
|
||||||
|
|
||||||
expect(() => {
|
expect(() => {
|
||||||
|
|
|
@ -226,7 +226,7 @@ describe("errors", () => {
|
||||||
};
|
};
|
||||||
const pluralSmallestPluralDisallowedOptions = {
|
const pluralSmallestPluralDisallowedOptions = {
|
||||||
smallestUnit: pluralSmallestUnit,
|
smallestUnit: pluralSmallestUnit,
|
||||||
largestUnit: disallowedUnit,
|
largestUnit: pluralDisallowedUnit,
|
||||||
};
|
};
|
||||||
|
|
||||||
expect(() => {
|
expect(() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue