Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Update error test to match bump-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Jun 23, 2016
1 parent 6a59b7f commit 304d67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/errorCases.js
Expand Up @@ -19,7 +19,7 @@ describe('Test failure cases cases in gulp-bump', function() {

bumpS.on('error', function(e) {
should.exist(e);
e.message.should.equal('Invalid semver');
e.message.should.equal('Invalid semver: version key "version" is not found in file');
return done();
});
bumpS.write(fakeFile);
Expand Down

0 comments on commit 304d67a

Please sign in to comment.