Skip to content

Commit

Permalink
Bugfix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed May 10, 2018
1 parent 7bf182a commit 54a596e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.1.1 2018-05-10

* Bugfix for tests.

## v3.1.0 2018-05-10

* Guard `reset` method.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smtp-connection-as-promised",
"version": "3.1.0",
"version": "3.1.1",
"description": "smtp-connection as promised",
"main": "lib/smtp-connection-as-promised.js",
"typings": "lib/smtp-connection-as-promised.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/smtp-connection-as-promised.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Feature('Test smtp-connection-as-promised module', () => {
})

Then('promise for quit method is fulfilled', () => {
return promise.should.eventually.be.fulfilled
return promise.should.be.fulfilled
})

When('I quit the SMTP session', () => {
Expand Down

0 comments on commit 54a596e

Please sign in to comment.