Explorar el Código

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

Linus Groh hace 4 años
padre
commit
feea534dae

+ 1 - 1
Userland/Libraries/LibJS/Tests/builtins/Temporal/Instant/Instant.compare.js

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