summaryrefslogtreecommitdiff
path: root/test/activity
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-04-01 20:08:14 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-04-01 20:08:14 +0300
commit98b96e45ababecb7554232787968f2f326f24e54 (patch)
tree66e907ccc1acd2c667b57f5b5d0a8db34cbd288c /test/activity
parent2f2bd7fe72f474b7177c751a2dc3af716622ba91 (diff)
parentef7d2b0f11a9bf74e982b73ae4cec632f93fbebc (diff)
downloadpleroma-98b96e45ababecb7554232787968f2f326f24e54.tar.gz
pleroma-98b96e45ababecb7554232787968f2f326f24e54.zip
Merge remote-tracking branch 'remotes/origin/develop' into output-of-relationships-in-statuses
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'test/activity')
-rw-r--r--test/activity/ir/topics_test.exs2
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])