Skip to content

Commit

Permalink
Test update. (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-sweta authored Aug 16, 2023
1 parent 4213160 commit 7f3c324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,6 @@ public List<String> getAssociatedModules()
protected void doCleanup(boolean afterTest) throws TestTimeoutException
{
super.doCleanup(afterTest);
_containerHelper.deleteProject(IMPORT_FOLDER);
_containerHelper.deleteProject(IMPORT_FOLDER, false);
}
}

0 comments on commit 7f3c324

Please sign in to comment.