Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Apr 21, 2020
1 parent 49d0f76 commit aaff7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/getOptions.js
Expand Up @@ -379,7 +379,7 @@ const testTravisPro = (sut, done) => {
should.not.exist(err);
options.service_name.should.equal(service_name);
options.service_job_id.should.equal('1234');
options.git.head.id.should.equal('a12s2d3df4f435g45g45g67h5g6');
options.git.head.id.should.equal('HEAD');
fs.unlinkSync(file);
done();
});
Expand Down

0 comments on commit aaff7f8

Please sign in to comment.