Skip to content

Commit 09cade2

Browse files
chore: fix lint
1 parent 47cd4c6 commit 09cade2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/cloud_event.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ describe('CloudEvent Function', () => {
336336
.expect(204);
337337
});
338338

339-
340339
it('returns a 500 if the function throws an exception', async () => {
341340
functions.cloudEvent('testTypedCloudEvent', () => {
342341
throw 'I crashed';

0 commit comments

Comments
 (0)