Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Jun 6, 2024
1 parent 918872e commit b56bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compilation-fail/fail-implicit-init.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("fail-implicit-init", () => {
});
expect(result).toBe(false);
expect((consoleLogger.error as jest.Mock).mock.lastCall[0]).toContain(
"Field test_field is not set",
'Field "test_field" is not set',
);
});
});

0 comments on commit b56bd5a

Please sign in to comment.