Skip to content

Commit

Permalink
cli.action writes to stderr...
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pundsack authored and jdx committed Jun 19, 2018
1 parent 4020b84 commit 5828797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/heroku-pipelines/test/commands/pipelines/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ describe('pipelines:create', function () {

return cmd.run({app: 'example', args: {name: 'example'}, flags: {stage: 'production'}})
.then(function () {
cli.stdout.should.contain('example');
cli.stdout.should.contain('production');
cli.stderr.should.contain('example');
cli.stderr.should.contain('production');
});
});
});

0 comments on commit 5828797

Please sign in to comment.