Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Jan 26, 2022
1 parent 8154ac1 commit 9fd78a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-tests/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe("Integration Tests", function () {
} finally {
// should destroy the last created config folder ( import config )
await utilities.destroyResources(testImportName);
// temp dir are empty and we need to update it with export config for the proper clenup
// temp dir are empty and we need to update it with export config for the proper cleanup
await utilities.createTempDir(TEMP_DIR, configExportFolder);
await utilities.destroyResources(testExportName);
}
Expand Down

0 comments on commit 9fd78a8

Please sign in to comment.