Lint
[akkoma] / test / pleroma / web / plugs / set_locale_plug_test.exs
index ff04a859e95d007f2af2d9505218ae15c791ddaa..f9d34bbe48ac62beb76eabfd495150ceadac59b4 100644 (file)
@@ -87,7 +87,9 @@ defmodule Pleroma.Web.Plugs.SetLocalePlugTest do
       |> SetLocalePlug.call([])
 
     assert "zh_Hans" == Gettext.get_locale()
-    assert %{locale: "zh_Hans", locales: ["zh_Hans", "uk", "zh_Hant", "ru", "fr", "en"]} = conn.assigns
+
+    assert %{locale: "zh_Hans", locales: ["zh_Hans", "uk", "zh_Hant", "ru", "fr", "en"]} =
+             conn.assigns
   end
 
   test "fallback to some variant of the language if the unqualified language is not supported" do