aboutsummaryrefslogtreecommitdiff
path: root/test/fetchGitData.js
diff options
context:
space:
mode:
authorGabe Hayes <[email protected]>2013-07-30 11:09:03 -0700
committerGabe Hayes <[email protected]>2013-07-30 11:09:03 -0700
commit3c84df6a35d7b60e7473ea76aaf13fdcb7a71808 (patch)
treebc46bb9199c327c945d03ded4929764654013acd /test/fetchGitData.js
parentaf3fce00d94179d636e47829fb4a25d67fb17185 (diff)
downloadnode-coveralls-3c84df6a35d7b60e7473ea76aaf13fdcb7a71808.tar.xz
node-coveralls-3c84df6a35d7b60e7473ea76aaf13fdcb7a71808.zip
fixed test
Diffstat (limited to 'test/fetchGitData.js')
-rw-r--r--test/fetchGitData.js2
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);