summaryrefslogtreecommitdiff
path: root/test/activity
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-02-11 10:12:57 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-02-18 08:19:01 +0300
commit514c899275a32e6ef63305f9424c50344d41b12e (patch)
treeac6be2ed464506378e1d8ccd20439677c89c9896 /test/activity
parent962eb8d4ac1aafeed6e3ae9b17847b9afaec7712 (diff)
downloadpleroma-514c899275a32e6ef63305f9424c50344d41b12e.tar.gz
pleroma-514c899275a32e6ef63305f9424c50344d41b12e.zip
adding gun adapter
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 e75f83586..8729e5746 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])