Skip to content

Commit cde9c2c

Browse files
committed
Remove .only
1 parent 90f88a6 commit cde9c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tests/clone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ describe("Clone", function() {
151151
});
152152
});
153153

154-
it.only("will not segfault when accessing a url without username", function(){
154+
it("will not segfault when accessing a url without username", function(){
155155
var url = "https://github.com/nodegit/private";
156156

157157
var firstPass = true;

0 commit comments

Comments
 (0)