Skip to content

Commit

Permalink
Bugfix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Mar 9, 2017
1 parent a8cd8f7 commit 67acd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/promise-readable-stream2.js
Expand Up @@ -107,7 +107,7 @@ Feature('Test promise-readable module with stream2 API', () => {
})

When('I call read method', () => {
this.promiseReadable.read()
return this.promiseReadable.read()
})

When('I call read method again', () => {
Expand Down

0 comments on commit 67acd17

Please sign in to comment.