Skip to content

Commit

Permalink
fix: Clear event -> name deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jwsloan committed Oct 10, 2018
1 parent cc93016 commit 69e46f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/events/failEvent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"event": "pull_request",
"name": "pull_request",
"payload": {
"action": "opened",
"number": 10,
Expand Down
2 changes: 1 addition & 1 deletion test/events/succeedEvent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"event": "pull_request",
"name": "pull_request",
"payload": {
"action": "opened",
"number": 5,
Expand Down

0 comments on commit 69e46f1

Please sign in to comment.