diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/migration_helper/object_id_test.exs (renamed from test/pleroma/migrators/support/object_id_test.exs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pleroma/migrators/support/object_id_test.exs b/test/pleroma/migration_helper/object_id_test.exs index f0cdefc32..45567f54a 100644 --- a/test/pleroma/migrators/support/object_id_test.exs +++ b/test/pleroma/migration_helper/object_id_test.exs @@ -2,9 +2,9 @@ # Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Migrators.Support.ObjectIdTest do +defmodule Pleroma.MigrationHelper.ObjectIdTest do use Pleroma.DataCase, async: true - alias Pleroma.Migrators.Support.ObjectId + alias Pleroma.MigrationHelper.ObjectId test "shift_id/2" do id = "AEma8DXGjGtUDO6Qeu" |