Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
- updated `verbose_logging` instead of `verboseLogging`
  • Loading branch information
void666 committed Jul 17, 2018
1 parent 7561470 commit 607f77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const optionsWithRetry = {
const optionsWithRetryAndLogging = {
uri: 'https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user',
method: 'GET',
verboseLogging: true,
verbose_logging: true,
retry: 4
};

Expand All @@ -29,7 +29,7 @@ const optionsWithoutRetry = {
const optionsWithoutRetryWithLogging = {
uri: 'https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user',
method: 'GET',
verboseLogging: true
verbose_logging: true
};
const optionsBadRetry1 = {
uri: 'https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user',
Expand Down

0 comments on commit 607f77f

Please sign in to comment.