From e9cf497b6ec1eeefe715fb72b890e916b66de386 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Sun, 1 Sep 2024 17:52:11 +0800 Subject: [PATCH] Test failure --- commitlint/tests/integration.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commitlint/tests/integration.test.ts b/commitlint/tests/integration.test.ts index e93f80c3..6cd2fdbd 100644 --- a/commitlint/tests/integration.test.ts +++ b/commitlint/tests/integration.test.ts @@ -50,10 +50,10 @@ function fn(p: C) { } } -test("testing operators", () => { +test("testing DUs", () => { let foo = new A(); expect(foo.x).toBe("hello"); - expect(foo.y).toBe("hallo"); + expect(foo.y).toBe("hello"); let bar = new B(); expect(bar.x).toBe(1); expect(bar.y).toBe(2);