mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
LibJS/Tests: Fix typo in Temporal.Instant.compare test description
This commit is contained in:
parent
99662975ed
commit
feea534dae
Notes:
sideshowbarker
2024-07-18 08:40:28 +09:00
Author: https://github.com/linusg
Commit: feea534dae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
describe("correct behavior", () => {
|
||||
test("length is 1", () => {
|
||||
test("length is 2", () => {
|
||||
expect(Temporal.Instant.compare).toHaveLength(2);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue