Skip to content
Prev Previous commit
Next Next commit
Remove the "test2" remote immediately after the test
  • Loading branch information
johnhaley81 authored and John Haley committed Feb 19, 2015
commit f15a5a730e2e19467d174c108aa9dd448b988f05
2 changes: 2 additions & 0 deletions test/tests/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ describe("Remote", function() {
})
.then(function() {
assert.ok(wasCalled);

Remote.delete(repo, "test2");
});
});

Expand Down