mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
LibJS/Tests: Fix typo in Temporal.Instant.compare test description
This commit is contained in:
parent
99662975ed
commit
feea534dae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
describe("correct behavior", () => {
|
describe("correct behavior", () => {
|
||||||
test("length is 1", () => {
|
test("length is 2", () => {
|
||||||
expect(Temporal.Instant.compare).toHaveLength(2);
|
expect(Temporal.Instant.compare).toHaveLength(2);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue