mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnit
This commit is contained in:
parent
ee0d5d6649
commit
3beb7fc42f
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/linusg
Commit: 3beb7fc42f
Pull-request: https://github.com/SerenityOS/serenity/pull/14367
Reviewed-by: https://github.com/IdanHo
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ describe("errors", () => {
|
|||
};
|
||||
const pluralSmallestPluralDisallowedOptions = {
|
||||
smallestUnit: pluralSmallestUnit,
|
||||
largestUnit: disallowedUnit,
|
||||
largestUnit: pluralDisallowedUnit,
|
||||
};
|
||||
|
||||
expect(() => {
|
||||
|
|
|
@ -226,7 +226,7 @@ describe("errors", () => {
|
|||
};
|
||||
const pluralSmallestPluralDisallowedOptions = {
|
||||
smallestUnit: pluralSmallestUnit,
|
||||
largestUnit: disallowedUnit,
|
||||
largestUnit: pluralDisallowedUnit,
|
||||
};
|
||||
|
||||
expect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue