Skip to content

Commit

Permalink
tests: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Jan 29, 2022
1 parent 66f18c1 commit 296e959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Archive7zTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ protected function setUp(): void

protected function tearDown(): void
{
//$this->cleanDir($this->tmpDir);
//\rmdir($this->tmpDir);
$this->cleanDir($this->tmpDir);
\rmdir($this->tmpDir);
}

protected function cleanDir(string $dir): void
Expand Down

0 comments on commit 296e959

Please sign in to comment.