Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
 🐿 v2.6.0
  • Loading branch information
adgad committed Feb 15, 2018
1 parent 9f78bae commit 0297de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tasks/smoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Smoke Tests of the Smoke', () => {
});
return smoke.run()
.then((results) => {
expect(results.passed.length).toEqual(7);
expect(results.passed.length).toEqual(8);
expect(results.failed.length).toEqual(0);
done();
});
Expand Down

0 comments on commit 0297de2

Please sign in to comment.