Skip to content

Commit 68952ef

Browse files
committed
chore: fix loggining to determine why collaborators test fails sometimes
1 parent 8677173 commit 68952ef

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
@@ -255,7 +255,7 @@ describe('Repository', function() {
255255
it('should show repo collaborators', function(done) {
256256
remoteRepo.getCollaborators(assertSuccessful(done, function(err, collaborators) {
257257
if (!(collaborators instanceof Array)) {
258-
console.log(collaborator); // eslint-disable-line
258+
console.log(collaborators); // eslint-disable-line
259259
}
260260
expect(collaborators).to.be.an.array();
261261
expect(collaborators).to.have.length(1);

0 commit comments

Comments
 (0)