We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7ffc9 commit 46db5c9Copy full SHA for 46db5c9
1 file changed
test/support/case.ex
@@ -50,7 +50,7 @@ defmodule MixUnused.Case do
50
|> MapSet.difference(loaded_apps_before)
51
|> Enum.each(&Application.unload/1)
52
53
- # File.rm_rf(tmp_path)
+ File.rm_rf(tmp_path)
54
end
55
56
0 commit comments