[Pkg-javascript-commits] [node-coveralls] 87/332: fixed test

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-coveralls.

commit 3c84df6a35d7b60e7473ea76aaf13fdcb7a71808
Author: Gabe Hayes <gabriel.hayes at gmail.com>
Date:   Tue Jul 30 11:09:03 2013 -0700

    fixed test
---
 test/fetchGitData.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git



More information about the Pkg-javascript-commits mailing list