Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Updated expected body in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemoore committed Jul 25, 2016
1 parent ca4a466 commit 85c43ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("Codecov", function(){
},
'testing node-'+codecov.version,
function(body){
expect(body).to.contain('http://codecov.io/github/codecov/ci-repo?ref=c739768fcac68144a3a6d82305b9c4106934d31a');
expect(body).to.contain('http://codecov.io/github/codecov/ci-repo/commit/c739768fcac68144a3a6d82305b9c4106934d31a');
done();
},
function(err){
Expand All @@ -36,7 +36,7 @@ describe("Codecov", function(){
},
'testing node-'+codecov.version,
function(body){
expect(body).to.contain('http://codecov.io/github/codecov/ci-repo?ref=c739768fcac68144a3a6d82305b9c4106934d31a');
expect(body).to.contain('http://codecov.io/github/codecov/ci-repo/commit/c739768fcac68144a3a6d82305b9c4106934d31a');
done();
},
function(err){
Expand Down

0 comments on commit 85c43ca

Please sign in to comment.