Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Herrera committed Feb 23, 2015
1 parent 746ee20 commit 8967e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/slush.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ describe('slush', function () {
});
slush.on('close', function (code) {
code.should.equal(0);
data.should.match(/\[gulp\] ├── default/);
data.should.match(/\[gulp\] └── app/);
data.should.match(/├── default/);
data.should.match(/└── app/);
done();
});
});
Expand Down

0 comments on commit 8967e6b

Please sign in to comment.