fixes after rebase
This commit is contained in:
parent
871fac3e4c
commit
5d7ec00bed
4 changed files with 25 additions and 29 deletions
|
|
@ -8,7 +8,7 @@ defmodule Pleroma.UtilsTest do
|
|||
describe "tmp_dir/1" do
|
||||
test "returns unique temporary directory" do
|
||||
{:ok, path} = Pleroma.Utils.tmp_dir("emoji")
|
||||
assert path =~ ~r/\/tmp\/emoji-(.*)-#{:os.getpid()}-(.*)/
|
||||
assert path =~ ~r/\/emoji-(.*)-#{:os.getpid()}-(.*)/
|
||||
File.rm_rf(path)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue