files consistency after rebase
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Fri, 10 Jul 2020 10:02:24 +0000 (13:02 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 13 Oct 2020 13:44:01 +0000 (16:44 +0300)
test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs [moved from test/web/activity_pub/object_validators/announce_validation_test.exs with 97% similarity]
test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs [moved from test/web/activity_pub/object_validators/attachment_validator_test.exs with 100% similarity]
test/pleroma/web/activity_pub/object_validators/block_validation_test.exs [moved from test/web/activity_pub/object_validators/block_validation_test.exs with 100% similarity]
test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs [moved from test/web/activity_pub/object_validators/chat_validation_test.exs with 100% similarity]
test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs [moved from test/web/activity_pub/object_validators/delete_validation_test.exs with 100% similarity]
test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs [moved from test/web/activity_pub/object_validators/emoji_react_validation_test.exs with 100% similarity]
test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs [moved from test/web/activity_pub/object_validators/follow_validation_test.exs with 100% similarity]
test/pleroma/web/activity_pub/object_validators/like_validation_test.exs [moved from test/web/activity_pub/object_validators/like_validation_test.exs with 100% similarity]
test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs [moved from test/web/activity_pub/object_validators/undo_validation_test.exs with 100% similarity]
test/pleroma/web/activity_pub/object_validators/update_handling_test.exs [moved from test/web/activity_pub/object_validators/update_validation_test.exs with 100% similarity]

similarity index 97%
rename from test/web/activity_pub/object_validators/announce_validation_test.exs
rename to test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs
index 623342f76e0b5b10cd0e2726f2c2d79df99d19f9..4771c4698d20e41ad320c20ef688da9e0df03a07 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
-defmodule Pleroma.Web.ActivityPub.ObjectValidators.AnnouncValidationTest do
+defmodule Pleroma.Web.ActivityPub.ObjectValidators.AnnounceValidationTest do
   use Pleroma.DataCase
 
   alias Pleroma.Object