From b720ad2264cde6e24e63f6cf7f4662731448823b Mon Sep 17 00:00:00 2001 From: Alexander Strizhakov Date: Fri, 10 Jul 2020 13:02:24 +0300 Subject: [PATCH] files consistency after rebase --- .../activity_pub/object_validators/announce_validation_test.exs | 2 +- .../object_validators/attachment_validator_test.exs | 0 .../activity_pub/object_validators/block_validation_test.exs | 0 .../web/activity_pub/object_validators/chat_validation_test.exs | 0 .../activity_pub/object_validators/delete_validation_test.exs | 0 .../object_validators/emoji_react_handling_test.exs} | 0 .../activity_pub/object_validators/follow_validation_test.exs | 0 .../web/activity_pub/object_validators/like_validation_test.exs | 0 .../web/activity_pub/object_validators/undo_handling_test.exs} | 0 .../activity_pub/object_validators/update_handling_test.exs} | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename test/{ => pleroma}/web/activity_pub/object_validators/announce_validation_test.exs (97%) rename test/{ => pleroma}/web/activity_pub/object_validators/attachment_validator_test.exs (100%) rename test/{ => pleroma}/web/activity_pub/object_validators/block_validation_test.exs (100%) rename test/{ => pleroma}/web/activity_pub/object_validators/chat_validation_test.exs (100%) rename test/{ => pleroma}/web/activity_pub/object_validators/delete_validation_test.exs (100%) rename test/{web/activity_pub/object_validators/emoji_react_validation_test.exs => pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs} (100%) rename test/{ => pleroma}/web/activity_pub/object_validators/follow_validation_test.exs (100%) rename test/{ => pleroma}/web/activity_pub/object_validators/like_validation_test.exs (100%) rename test/{web/activity_pub/object_validators/undo_validation_test.exs => pleroma/web/activity_pub/object_validators/undo_handling_test.exs} (100%) rename test/{web/activity_pub/object_validators/update_validation_test.exs => pleroma/web/activity_pub/object_validators/update_handling_test.exs} (100%) diff --git a/test/web/activity_pub/object_validators/announce_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs 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 623342f76..4771c4698 100644 --- a/test/web/activity_pub/object_validators/announce_validation_test.exs +++ b/test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs @@ -2,7 +2,7 @@ # Copyright © 2017-2020 Pleroma Authors # 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 diff --git a/test/web/activity_pub/object_validators/attachment_validator_test.exs b/test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/attachment_validator_test.exs rename to test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs diff --git a/test/web/activity_pub/object_validators/block_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/block_validation_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/block_validation_test.exs rename to test/pleroma/web/activity_pub/object_validators/block_validation_test.exs diff --git a/test/web/activity_pub/object_validators/chat_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/chat_validation_test.exs rename to test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs diff --git a/test/web/activity_pub/object_validators/delete_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/delete_validation_test.exs rename to test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs diff --git a/test/web/activity_pub/object_validators/emoji_react_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/emoji_react_validation_test.exs rename to test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs diff --git a/test/web/activity_pub/object_validators/follow_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/follow_validation_test.exs rename to test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs diff --git a/test/web/activity_pub/object_validators/like_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/like_validation_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/like_validation_test.exs rename to test/pleroma/web/activity_pub/object_validators/like_validation_test.exs diff --git a/test/web/activity_pub/object_validators/undo_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/undo_validation_test.exs rename to test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs diff --git a/test/web/activity_pub/object_validators/update_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/update_handling_test.exs similarity index 100% rename from test/web/activity_pub/object_validators/update_validation_test.exs rename to test/pleroma/web/activity_pub/object_validators/update_handling_test.exs