diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-11 10:12:57 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-18 08:19:01 +0300 |
| commit | 514c899275a32e6ef63305f9424c50344d41b12e (patch) | |
| tree | ac6be2ed464506378e1d8ccd20439677c89c9896 /test/activity | |
| parent | 962eb8d4ac1aafeed6e3ae9b17847b9afaec7712 (diff) | |
| download | pleroma-514c899275a32e6ef63305f9424c50344d41b12e.tar.gz pleroma-514c899275a32e6ef63305f9424c50344d41b12e.zip | |
adding gun adapter
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 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]) |
