Skip to content

Commit

Permalink
Changes wording for testing default changeWait
Browse files Browse the repository at this point in the history
  • Loading branch information
owenniblock committed Jun 1, 2020
1 parent db28f46 commit da2cd68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/kicker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,13 @@ describe('Kicker', function () {
})
})

describe('when timeout is not set', function () {
describe('when changeWait is not set', function () {
before(function () {
log.reset()
delete kicker.configuration.changeWait
})

it('should use the default timeout', function () {
it('should use the default changeWait', function () {
const promise = kicker.wait({ node: { key: 'nada' } })
// Because the timeout is set to 10 seconds
// we must bypass this and resolve manually
Expand Down

0 comments on commit da2cd68

Please sign in to comment.