CI: Bump lint stage to elixir-1.12
[akkoma] / test / support / api_spec_helpers.ex
index 36d6a8b81c246973b3cb62b012acc163b29bbfd8..886e72d73026387d3f86827cf141119dd239d6dd 100644 (file)
@@ -29,9 +29,7 @@ defmodule Pleroma.Tests.ApiSpecHelpers do
           end)
 
         flunk(
-          "Value does not conform to schema #{schema.title}: #{Enum.join(errors, "\n")}\n#{
-            inspect(value)
-          }"
+          "Value does not conform to schema #{schema.title}: #{Enum.join(errors, "\n")}\n#{inspect(value)}"
         )
     end
   end