diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-09-04 22:00:26 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-07 18:34:29 +0400 |
commit | abdffc6b8c2eec8f81ffe89f943f11d1f90d7074 (patch) | |
tree | 9b2b5f6758cfe99cd52ab8b99310f975058615f9 /test/backup_test.exs | |
parent | 739cb1463ba07513f047b2ac8f7e22a16c89ef4e (diff) | |
download | pleroma-abdffc6b8c2eec8f81ffe89f943f11d1f90d7074.tar.gz |
Fix Credo warning
Diffstat (limited to 'test/backup_test.exs')
-rw-r--r-- | test/backup_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/backup_test.exs b/test/backup_test.exs index 59aebe360..5fc519eab 100644 --- a/test/backup_test.exs +++ b/test/backup_test.exs @@ -11,9 +11,9 @@ defmodule Pleroma.BackupTest do alias Pleroma.Backup alias Pleroma.Bookmark + alias Pleroma.Tests.ObanHelpers alias Pleroma.Web.CommonAPI alias Pleroma.Workers.BackupWorker - alias Pleroma.Tests.ObanHelpers setup do clear_config([Pleroma.Upload, :uploader]) |