forked from AkkomaGang/akkoma
fixed test for elixir 1.7.4
This commit is contained in:
parent
19835be067
commit
03c386614f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ test "adds shasum" do
|
|||
|
||||
assert {
|
||||
:ok,
|
||||
%Pleroma.Upload{id: @shasum, path: "#{@shasum}.jpg"}
|
||||
%Pleroma.Upload{id: @shasum, path: @shasum <> ".jpg"}
|
||||
} = Dedupe.filter(upload)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue