Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
thombergs committed Oct 16, 2017
1 parent d93661d commit a381198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dsl/integration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ describe('Integration', () => {
.then(() => {}, (err) => { promiseResults.push(err.response) })
.then(() => provider.verify(promiseResults))

expect(verificationPromise).to.eventually.be.rejected
expect(verificationPromise).to.be.rejected.notify(done)
})
})
})
Expand Down

0 comments on commit a381198

Please sign in to comment.