CB-12524: Put the script in the wrong spot, oops

This closes #367
This commit is contained in:
Joe Bowser
2017-03-13 12:49:46 -07:00
parent a9a28d3e77
commit e182e669f0
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ describe('update', function() {
describe('cleanup', function () {
it('Test#004 : remove cloned old platform', function() {
//shell.rm('-rf', platformOld.path);
shell.rm('-rf', platformOld.path);
});
});