aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/pleroma/config/deprecation_warnings_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pleroma/config/deprecation_warnings_test.exs b/test/pleroma/config/deprecation_warnings_test.exs
index 1037c4d35..84459de8f 100644
--- a/test/pleroma/config/deprecation_warnings_test.exs
+++ b/test/pleroma/config/deprecation_warnings_test.exs
@@ -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