Skip to content

Commit

Permalink
test: remove temporary directories after test
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Dec 26, 2023
1 parent 5e7ffc9 commit 46db5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule MixUnused.Case do
|> MapSet.difference(loaded_apps_before)
|> Enum.each(&Application.unload/1)

# File.rm_rf(tmp_path)
File.rm_rf(tmp_path)
end
end

Expand Down

0 comments on commit 46db5c9

Please sign in to comment.