Assorted fixes.
[akkoma] / test / web / ostatus / ostatus_test.exs
index b2f25d215a56ca654083550059ddb86182828b07..6e526301481f233050f52e8a88121c6d44520824 100644 (file)
@@ -447,7 +447,7 @@ defmodule Pleroma.Web.OStatusTest do
     end
   end
 
-  test "it doesn't add nil in the do field" do
+  test "it doesn't add nil in the to field" do
     incoming = File.read!("test/fixtures/nil_mention_entry.xml")
     {:ok, [activity]} = OStatus.handle_incoming(incoming)