Skip to content

Commit

Permalink
AT-11105: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Feb 6, 2024
1 parent b031caf commit df05f89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration-tests/debug/debug.test.ts
Expand Up @@ -19,8 +19,7 @@ describe("Integration Tests", function () {
await utilities.slsDeploy(TEMP_DIR, true);
await utilities.slsDeploy(TEMP_DIR, true);
} finally {
await exec(`rm -rf ${TEMP_DIR}`);
// await utilities.destroyResources(testName);
await utilities.destroyResources(testName);
}
});
});

0 comments on commit df05f89

Please sign in to comment.