Skip to content

Commit

Permalink
feat(google-cloud-tasks): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Sep 26, 2023
1 parent d1c2d57 commit 180da13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('CloudTasks job queue e2e', () => {
authSecret: 'some-secret',
queueSuffix: 'plugin-test',
defaultJobRetries: 50,
onJobFailed: async (error) => {
onJobFailure: async (error) => {
console.log('Custom error handler', error);
},
})
Expand Down

0 comments on commit 180da13

Please sign in to comment.