[Credo] Fix the warnings

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-05 02:30:19 +01:00
commit 6c8743d0c0
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 3 additions and 3 deletions

View file

@ -490,7 +490,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
response = json_response(conn, 200)
assert length(response) == 0
assert Enum.empty?(response)
end
end