forked from AkkomaGang/akkoma
make linter happy
This commit is contained in:
parent
3c5a497b19
commit
b674ba658b
1 changed files with 2 additions and 1 deletions
|
@ -183,7 +183,8 @@ test "doesn't give a warning with correct config" 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue