Skip to content

Commit d2ec5be

Browse files
tbranyenJohn Haley
authored andcommitted
Attempt to fix the beforeEach
1 parent e6334f5 commit d2ec5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests/clone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe("Clone", function() {
2828
fse.remove(ssh),
2929
fse.remove(git),
3030
fse.remove(file)
31-
]);
31+
]).catch(function unhandledFunction() {});
3232
});
3333

3434
it.skip("can clone with http", function() {
@@ -103,7 +103,7 @@ describe("Clone", function() {
103103

104104
it("can clone with git", function() {
105105
var url = "git://github.com/nodegit/test.git";
106-
var opts = {
106+
var opts = {
107107
remoteCallbacks: {
108108
certificateCheck: function() {
109109
return 1;

0 commit comments

Comments
 (0)