Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manuquentin committed May 18, 2015
1 parent 1070ed9 commit 41d029b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('PromisesResolver', () => {
// Check that all promises were resolved
result.then(() => {
assert.equal(p1Result, 'p1');
assert.equal(p1Result, 'p2');
assert.equal(p2Result, 'p2');

// assert.equal does not throw an error when failing,
// so we use a callback that timeout in case of error
Expand Down

0 comments on commit 41d029b

Please sign in to comment.