Skip to content

Commit

Permalink
fix broken suite integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jan 24, 2019
1 parent b5d8513 commit 0899fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/suite.spec.js
Expand Up @@ -59,7 +59,7 @@ describe('suite returning a value', function() {
if (err) {
return done(err);
}
var pattern = new RegExp('Deprecation Warning', 'g');
var pattern = new RegExp('Suites ignore return values', 'g');
var result = res.output.match(pattern) || [];
expect(result, 'to have length', 1);
done();
Expand Down

0 comments on commit 0899fdd

Please sign in to comment.