Skip to content

Commit e0fd6de

Browse files
committed
Add missing purging of GitRepo module
1 parent 7354974 commit e0fd6de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mix/test/mix/tasks/profile.fprof_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ defmodule Mix.Tasks.Profile.FprofTest do
2929
Fprof.run([git_repo])
3030
end) =~ ~r(:elixir_module\.compile/4 *\d+ *\d+\.\d{3} *\d+\.\d{3})
3131
end
32+
after
33+
purge [GitRepo]
3234
end
3335

3436
test "expands callers", context do

0 commit comments

Comments
 (0)