diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-12-29 15:23:03 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-29 15:23:03 -0600 |
commit | aedf47c45fa3d39e5da671bbc1ded1bcf055794e (patch) | |
tree | 6beb3690950c77b27496adb8e8a22c132bf22cae /test | |
parent | 51383aa72b1b8773436ba781aa8f7a74f588069c (diff) | |
download | pleroma-aedf47c45fa3d39e5da671bbc1ded1bcf055794e.tar.gz |
Pleroma.Migrators.Support.ObjectId --> Pleroma.MigrationHelper.ObjectId
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" |