Skip to content

Commit eadcc0a

Browse files
committed
point tests to use test repo now
1 parent 1f327aa commit eadcc0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var exec = promisify(function(command, callback) {
99
before(function(done) {
1010
this.timeout(150000);
1111

12-
var url = "https://github.com/nodegit/nodegit";
12+
var url = "https://github.com/nodegit/test";
1313
var done = done.bind(null, null);
1414

1515
fs.exists("test/repos").then(function() {

0 commit comments

Comments
 (0)