diff options
| author | Gabe Hayes <[email protected]> | 2013-07-30 11:09:03 -0700 |
|---|---|---|
| committer | Gabe Hayes <[email protected]> | 2013-07-30 11:09:03 -0700 |
| commit | 3c84df6a35d7b60e7473ea76aaf13fdcb7a71808 (patch) | |
| tree | bc46bb9199c327c945d03ded4929764654013acd | |
| parent | af3fce00d94179d636e47829fb4a25d67fb17185 (diff) | |
| download | node-coveralls-3c84df6a35d7b60e7473ea76aaf13fdcb7a71808.tar.xz node-coveralls-3c84df6a35d7b60e7473ea76aaf13fdcb7a71808.zip | |
fixed test
| -rw-r--r-- | test/fetchGitData.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fetchGitData.js b/test/fetchGitData.js index 87a6ed2..94d243f 100644 --- a/test/fetchGitData.js +++ b/test/fetchGitData.js @@ -152,7 +152,7 @@ describe("fetchGitData", function(){ options.head.author_name.should.not.equal("Unknown Author"); options.head.committer_name.should.not.equal("Unknown Committer"); options.head.message.should.not.equal("Unknown Commit Message"); - options.branch.should.equal("master"); + options.branch.should.be.a("string"); options.should.have.property("remotes"); options.remotes.should.be.instanceof(Array); options.remotes.length.should.be.above(0); |
