Skip to content

Commit b56bd5a

Browse files
committed
fix test
1 parent 918872e commit b56bd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compilation-fail/fail-implicit-init.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("fail-implicit-init", () => {
2626
});
2727
expect(result).toBe(false);
2828
expect((consoleLogger.error as jest.Mock).mock.lastCall[0]).toContain(
29-
"Field test_field is not set",
29+
'Field "test_field" is not set',
3030
);
3131
});
3232
});

0 commit comments

Comments
 (0)