We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae611 commit 8540f71Copy full SHA for 8540f71
lambdas/functions/ami-housekeeper/src/lambda.test.ts
@@ -52,7 +52,7 @@ describe('Housekeeper ami', () => {
52
resolve();
53
});
54
55
- await expect(handler(undefined, context)).resolves.toBeUndefined();
+ await expect(handler(undefined, context)).resolves.not.toThrow();
56
57
58
it('should not thow only log in error in case of an exception.', async () => {
0 commit comments