Skip to content

Commit 46db5c9

Browse files
committed
test: remove temporary directories after test
1 parent 5e7ffc9 commit 46db5c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/support/case.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule MixUnused.Case do
5050
|> MapSet.difference(loaded_apps_before)
5151
|> Enum.each(&Application.unload/1)
5252

53-
# File.rm_rf(tmp_path)
53+
File.rm_rf(tmp_path)
5454
end
5555
end
5656

0 commit comments

Comments
 (0)