Skip to content

Commit

Permalink
tests/acceptance: Update test number expectation
Browse files Browse the repository at this point in the history
`ember-qunit` is now generating a test of its own which we did not expect before. Updating the expected number of tests fixes our CI runs.
  • Loading branch information
Turbo87 committed Jan 21, 2018
1 parent d3297fd commit 92774e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/smoke-test-slow.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('Acceptance: smoke-test', function() {
output = output.join(EOL);

expect(output).to.match(/fail\s+0/, 'no failures');
expect(output).to.match(/pass\s+11/, '11 passing');
expect(output).to.match(/pass\s+12/, '12 passing');
}));

it('ember new foo, build development, and verify generated files', co.wrap(function *() {
Expand Down

0 comments on commit 92774e7

Please sign in to comment.