Skip to content

Commit

Permalink
add clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
imbyungjun committed Jan 9, 2024
1 parent 28e2a8a commit 0854391
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public void before() {

allAvailableAgents = agentControllerServerDaemon.getAllAvailableAgents();
assertThat(allAvailableAgents.size(), is(2));

FileUtils.deleteQuietly(new File("./tmp/console-home"));
}

@After
Expand Down

0 comments on commit 0854391

Please sign in to comment.