Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrobertson committed Dec 12, 2024
1 parent 47cd4c6 commit 5533a4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/cloud_event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ describe('CloudEvent Function', () => {
.expect(204);
});


it('returns a 500 if the function throws an exception', async () => {
functions.cloudEvent('testTypedCloudEvent', () => {
throw 'I crashed';
Expand Down

0 comments on commit 5533a4a

Please sign in to comment.