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
commit feea534dae
Notes: sideshowbarker 2024-07-18 08:40:28 +09:00

View file

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