Skip to content

Commit 796c09f

Browse files
author
John Haley
committed
Add repo from git clone to test instance so it can be cleaned up
1 parent 90d580a commit 796c09f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests/clone.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ describe("Clone", function() {
140140
test.clonePath = local("../repos/git");
141141

142142
return Clone.clone(url, test.clonePath, opts).then(function(repo) {
143+
test.repository = repo;
143144
assert.ok(repo instanceof Repository);
144145
});
145146
});

0 commit comments

Comments
 (0)