Skip to content
Prev Previous commit
Next Next commit
Fix test var null ref
  • Loading branch information
John Haley committed Feb 26, 2015
commit 90d580a0c1362bf6351ded26aec5a68f91d46227
1 change: 1 addition & 0 deletions test/tests/clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ describe("Clone", function() {
});

it("can clone with git", function() {
var test = this;
var url = "git://github.com/nodegit/test.git";
var opts = {
remoteCallbacks: {
Expand Down