diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2020-09-22 21:58:30 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-09-22 21:58:30 +0300 |
| commit | 8e4f043ac72e4236f5690f34e3bdc7ce288005e6 (patch) | |
| tree | b10a860d2288a636130a8ad89451de4aee02dbf6 /test/emoji | |
| parent | 72d2b34d3bf47705ad5298f2ce2c6bf48a0a8e82 (diff) | |
| download | pleroma-8e4f043ac72e4236f5690f34e3bdc7ce288005e6.tar.gz pleroma-8e4f043ac72e4236f5690f34e3bdc7ce288005e6.zip | |
finland-emojis.zip -> emojis.zip
Diffstat (limited to 'test/emoji')
| -rw-r--r-- | test/emoji/pack_test.exs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/emoji/pack_test.exs b/test/emoji/pack_test.exs index 3ec991f0f..70d1eaa1b 100644 --- a/test/emoji/pack_test.exs +++ b/test/emoji/pack_test.exs @@ -37,8 +37,8 @@ defmodule Pleroma.Emoji.PackTest do test "add emojies from zip file", %{pack: pack} do file = %Plug.Upload{ content_type: "application/zip", - filename: "finland-emojis.zip", - path: Path.absname("test/fixtures/finland-emojis.zip") + filename: "emojis.zip", + path: Path.absname("test/fixtures/emojis.zip") } {:ok, updated_pack} = Pack.add_file(pack, nil, nil, file) @@ -58,7 +58,7 @@ defmodule Pleroma.Emoji.PackTest do test "returns error when zip file is bad", %{pack: pack} do file = %Plug.Upload{ content_type: "application/zip", - filename: "finland-emojis.zip", + filename: "emojis.zip", path: Path.absname("test/instance_static/emoji/test_pack/blank.png") } @@ -68,7 +68,7 @@ defmodule Pleroma.Emoji.PackTest do test "returns pack when zip file is empty", %{pack: pack} do file = %Plug.Upload{ content_type: "application/zip", - filename: "finland-emojis.zip", + filename: "emojis.zip", path: Path.absname("test/fixtures/empty.zip") } |
