Skip to content

Commit

Permalink
refactor: fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 17, 2019
1 parent 89b3bfb commit 77dd3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test('octokit.issues.addLabels() sends labels in request body', t => {
const options = {
owner: 'octokit',
repo: 'rest.js',
number: 1,
issue_number: 1,
labels: ['foo', 'bar']
}

Expand All @@ -47,7 +47,7 @@ test('octokit.issues.replaceLabels() sends labels in request body', t => {
const options = {
owner: 'octokit',
repo: 'rest.js',
number: 1,
issue_number: 1,
labels: ['foo', 'bar']
}

Expand Down

0 comments on commit 77dd3ab

Please sign in to comment.