1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +00:00

LibJS/Tests: Fix typo in Temporal.Instant.compare test description

This commit is contained in:
Linus Groh 2021-07-20 17:57:50 +01:00
parent 99662975ed
commit feea534dae

View file

@ -1,5 +1,5 @@
describe("correct behavior", () => {
test("length is 1", () => {
test("length is 2", () => {
expect(Temporal.Instant.compare).toHaveLength(2);
});