Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62b7395

Browse files
committed
modified 'listCommits' test with no options
1 parent 09384e3 commit 62b7395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/repository.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('Repository', function() {
121121
});
122122

123123
it('should list commits with no options', function(done) {
124-
remoteRepo.listCommits(null, assertSuccessful(done, function(err, commits) {
124+
remoteRepo.listCommits(assertSuccessful(done, function(err, commits) {
125125
expect(commits).to.be.an.array();
126126
expect(commits.length).to.be.above(0);
127127

0 commit comments

Comments
 (0)