Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into feature...
[akkoma] / test / web / mastodon_api / account_view_test.exs
index 5eefa61e1fb1751f7e733aae4953da705535243d..597690bf74913d0f04e811595df3be8c7a7a7ce8 100644 (file)
@@ -5,7 +5,12 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
   alias Pleroma.User
 
   test "Represent a user account" do
-    user = insert(:user, %{info: %{"note_count" => 5, "follower_count" => 3}, nickname: "shp@shitposter.club", inserted_at: ~N[2017-08-15 15:47:06.597036]})
+    user =
+      insert(:user, %{
+        info: %{"note_count" => 5, "follower_count" => 3},
+        nickname: "shp@shitposter.club",
+        inserted_at: ~N[2017-08-15 15:47:06.597036]
+      })
 
     expected = %{
       id: to_string(user.id),