Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
reneviering committed Dec 7, 2016
1 parent cb97621 commit 78e790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/promisepromise.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('PromisePromise', () => {

const generatePromise = () => {
return new PromisePromise((resolve, reject) => {
resolve('Actually the promise should always be fulfilled.')
resolve('Actually the promise should always be fulfilled!')
})
.then(() => ++countFulfilling)
.catch(err => {
Expand Down

0 comments on commit 78e790f

Please sign in to comment.