diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-20 17:47:04 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-20 17:47:04 +0400 |
commit | 034ac43f3a91178694d3c621c52ce68207ec4f69 (patch) | |
tree | 9fd0e1aa22cb29199a906deea3479ec139884b2c /test | |
parent | e87901c424015b79e2412310f41e74f3f0e71544 (diff) | |
download | pleroma-034ac43f3a91178694d3c621c52ce68207ec4f69.tar.gz pleroma-034ac43f3a91178694d3c621c52ce68207ec4f69.zip |
Fix credo warnings
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/user/backup_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/user/backup_test.exs b/test/pleroma/user/backup_test.exs index 5ad587833..513798911 100644 --- a/test/pleroma/user/backup_test.exs +++ b/test/pleroma/user/backup_test.exs @@ -10,9 +10,9 @@ defmodule Pleroma.User.BackupTest do import Pleroma.Factory import Swoosh.TestAssertions - alias Pleroma.User.Backup alias Pleroma.Bookmark alias Pleroma.Tests.ObanHelpers + alias Pleroma.User.Backup alias Pleroma.Web.CommonAPI alias Pleroma.Workers.BackupWorker |