Merge branch 'develop' into gun
[akkoma] / test / activity / ir / topics_test.exs
index e75f83586a5e585426d9ed7c4a5379f4e81074a9..8729e5746cdc7990bab1bc9f4f71210eeee26858 100644 (file)
@@ -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])