make linter happy

This commit is contained in:
Ilja 2020-10-03 11:55:16 +02:00 committed by Haelwenn (lanodan) Monnier
parent 3c5a497b19
commit b674ba658b
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 2 additions and 1 deletions

View File

@ -183,7 +183,8 @@ defmodule Pleroma.Config.DeprecationWarningsTest do
{"some.tld", ""}
])
assert capture_log(fn -> DeprecationWarnings.check_transparency_exclusions_tuples() end) == ""
assert capture_log(fn -> DeprecationWarnings.check_transparency_exclusions_tuples() end) ==
""
end
end