Skip to content

Commit

Permalink
test with Stack 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Aug 8, 2017
1 parent 3f3a721 commit 524bde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test('spawnStack()', t => {
spawnStack(['--numeric-version']).then(({stdout}) => {
t.strictEqual(
stdout,
'1.5.0',
'1.5.1',
'should run `stack` subcomand.'
);
});
Expand Down

0 comments on commit 524bde4

Please sign in to comment.