summaryrefslogtreecommitdiff
path: root/test/support/factory.ex
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/factory.ex')
-rw-r--r--test/support/factory.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex
index eca73725d..f499024a2 100644
--- a/test/support/factory.ex
+++ b/test/support/factory.ex
@@ -13,7 +13,7 @@ defmodule Pleroma.Factory do
end
def note_factory do
- text = sequence(:text, &"This is note #{&1}")
+ text = sequence(:text, &"This is :moominmamma: note #{&1}")
user = insert(:user)
data = %{