Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 1, 2024
1 parent e9cf497 commit 9c078b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint/tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function fn(p: C) {
test("testing DUs", () => {
let foo = new A();
expect(foo.x).toBe("hello");
expect(foo.y).toBe("hello");
expect(foo.y).toBe("hallo");
let bar = new B();
expect(bar.x).toBe(1);
expect(bar.y).toBe(2);
Expand Down

0 comments on commit 9c078b9

Please sign in to comment.