diff options
Diffstat (limited to 'test/fetchGitData.js')
| -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); |
