Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit 9c2cf14

Browse files
authored
event is deprecated
1 parent 2394a14 commit 9c2cf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('My Probot app', () => {
2929
test('creates a comment when an issue is opened', async () => {
3030
// Simulates delivery of an issues.opened webhook
3131
await app.receive({
32-
event: 'issues.opened',
32+
name: 'issues.opened',
3333
payload: issuesOpenedPayload
3434
})
3535

0 commit comments

Comments
 (0)