diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-10 14:20:48 +0400 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-10 14:20:48 +0400 |
| commit | 7f692343c80ddf353712490edfbcdb14866f5685 (patch) | |
| tree | 7ef90078d87fafb1eb25986c92af17a9eede37be /test/activity | |
| parent | fc2eb1fbd6a5b38a3cf72e557cce1029d6b7f16f (diff) | |
| parent | ce089615e1e89fbb63b0c0548906f3b6c22abac2 (diff) | |
| download | pleroma-7f692343c80ddf353712490edfbcdb14866f5685.tar.gz pleroma-7f692343c80ddf353712490edfbcdb14866f5685.zip | |
Merge branch 'develop' into global-status-expiration
Diffstat (limited to 'test/activity')
| -rw-r--r-- | test/activity/ir/topics_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/activity/ir/topics_test.exs b/test/activity/ir/topics_test.exs index 44aec1e19..14a6e6b71 100644 --- a/test/activity/ir/topics_test.exs +++ b/test/activity/ir/topics_test.exs @@ -83,7 +83,7 @@ defmodule Pleroma.Activity.Ir.TopicsTest do assert Enum.member?(topics, "hashtag:bar") end - test "only converts strinngs to hash tags", %{ + test "only converts strings to hash tags", %{ activity: %{object: %{data: data} = object} = activity } do tagged_data = Map.put(data, "tag", [2]) |
