fixed test for elixir 1.7.4

develop
Maksim 2019-07-25 03:43:13 +00:00 committed by kaniini
parent 19835be067
commit 03c386614f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ defmodule Pleroma.Upload.Filter.DedupeTest do
assert {
:ok,
%Pleroma.Upload{id: @shasum, path: "#{@shasum}.jpg"}
%Pleroma.Upload{id: @shasum, path: @shasum <> ".jpg"}
} = Dedupe.filter(upload)
end
end