We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f88a6 commit cde9c2cCopy full SHA for cde9c2c
1 file changed
test/tests/clone.js
@@ -151,7 +151,7 @@ describe("Clone", function() {
151
});
152
153
154
- it.only("will not segfault when accessing a url without username", function(){
+ it("will not segfault when accessing a url without username", function(){
155
var url = "https://github.com/nodegit/private";
156
157
var firstPass = true;
0 commit comments