diff options
author | lain <lain@soykaf.club> | 2019-05-17 11:33:04 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-17 11:33:04 +0200 |
commit | 67af50ec713d46e6e1d72605b985858cc15aad3c (patch) | |
tree | 044e9f4235fbcbe7985ea36a98558bac05b0ae42 /test/formatter_test.exs | |
parent | e39c190f046bb345e80a2195278bb59ac81b8002 (diff) | |
parent | 3e5301ad5cf3d9805c0dc9ea8440992de160330b (diff) | |
download | pleroma-67af50ec713d46e6e1d72605b985858cc15aad3c.tar.gz pleroma-67af50ec713d46e6e1d72605b985858cc15aad3c.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ecto_sql_update
Diffstat (limited to 'test/formatter_test.exs')
-rw-r--r-- | test/formatter_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/formatter_test.exs b/test/formatter_test.exs index 06f4f6e50..5e7011160 100644 --- a/test/formatter_test.exs +++ b/test/formatter_test.exs @@ -125,7 +125,7 @@ defmodule Pleroma.FormatterTest do archaeme = insert(:user, %{ nickname: "archa_eme_", - info: %Pleroma.User.Info{source_data: %{"url" => "https://archeme/@archa_eme_"}} + info: %User.Info{source_data: %{"url" => "https://archeme/@archa_eme_"}} }) archaeme_remote = insert(:user, %{nickname: "archaeme@archae.me"}) |