From f477a46c448431641881a38e01be1228e8a29db6 Mon Sep 17 00:00:00 2001 From: donosonaumczuk Date: Fri, 21 Apr 2023 19:15:48 +0100 Subject: [PATCH] misc: Redundant foundry subdirectory removed from test directory --- test/{foundry => }/ChangeDelegatedExecutorsConfigTest.t.sol | 0 test/{foundry => }/Constants.sol | 0 test/{foundry => }/ERC721Test.t.sol | 0 test/{foundry => }/Events.t.sol | 0 test/{foundry => }/FollowNFTTest.t.sol | 0 test/{foundry => }/FollowTest.t.sol | 0 test/{foundry => }/GovernanceFunctions.t.sol | 0 test/{foundry => }/MetaTxNegatives.t.sol | 0 test/{foundry => }/Misc.t.sol | 0 test/{foundry => }/ModuleGlobals.t.sol | 0 test/{foundry => }/MultiStateHubTest.t.sol | 0 test/{foundry => }/ProfileMetadataURI.t.sol | 0 test/{foundry => }/ProfileNFTTest.t.sol | 0 test/{foundry => }/PublicationActions.t.sol | 0 test/{foundry => }/PublicationType.t.sol | 0 test/{foundry => }/SetBlockStatusTest.t.sol | 0 test/{foundry => }/SetFollowModule.t.sol | 0 test/{foundry => }/UnfollowTest.t.sol | 0 test/{foundry => }/base/BaseTest.t.sol | 0 test/{foundry => }/base/TestSetup.t.sol | 0 test/{foundry => }/fork/UpgradeForkTest.t.sol | 0 test/{foundry => }/helpers/ArrayHelpers.sol | 0 test/{foundry => }/helpers/CollectingHelpers.sol | 0 test/{foundry => }/helpers/Events.sol | 0 test/{foundry => }/helpers/ForkManagement.sol | 0 test/{foundry => }/helpers/PublishingHelpers.sol | 0 test/{foundry => }/helpers/SignatureHelpers.sol | 0 test/{foundry => }/migrations/Migrations.t.sol | 0 test/{foundry => }/mocks/BadMockEIP1271Implementer.sol | 0 test/{foundry => }/mocks/Currency.sol | 0 test/{foundry => }/mocks/Helper.sol | 0 test/{foundry => }/mocks/ILegacyFollowModule.sol | 0 test/{foundry => }/mocks/MockActionModule.sol | 0 test/{foundry => }/mocks/MockCollectModule.sol | 0 test/{foundry => }/mocks/MockDeprecatedCollectModule.sol | 0 test/{foundry => }/mocks/MockDeprecatedFollowModule.sol | 0 test/{foundry => }/mocks/MockDeprecatedReferenceModule.sol | 0 test/{foundry => }/mocks/MockEIP1271Implementer.sol | 0 test/{foundry => }/mocks/MockFollowModule.sol | 0 test/{foundry => }/mocks/MockFollowModuleWithRevertFlag.sol | 0 test/{foundry => }/mocks/MockLensHubV2.sol | 0 test/{foundry => }/mocks/MockLensHubV2BadRevision.sol | 0 test/{foundry => }/mocks/MockLensHubV2Storage.sol | 0 test/{foundry => }/mocks/MockProfileCreationProxy.sol | 0 test/{foundry => }/mocks/MockReferenceModule.sol | 0 test/{foundry => }/mocks/NFT.sol | 0 test/{foundry => }/modules/follow/FeeFollowModule.test.sol | 0 test/{foundry => }/modules/follow/RevertFollowModule.test.sol | 0 .../modules/reference/FollowerOnlyReferenceModule.test.sol | 0 .../modules/reference/TokenGatedReferenceModule.test.sol | 0 test/{foundry => }/publications/CommentTest.t.sol | 0 test/{foundry => }/publications/MirrorTest.t.sol | 0 test/{foundry => }/publications/PostTest.t.sol | 0 test/{foundry => }/publications/PublicationTest.t.sol | 0 test/{foundry => }/publications/QuoteTest.t.sol | 0 55 files changed, 0 insertions(+), 0 deletions(-) rename test/{foundry => }/ChangeDelegatedExecutorsConfigTest.t.sol (100%) rename test/{foundry => }/Constants.sol (100%) rename test/{foundry => }/ERC721Test.t.sol (100%) rename test/{foundry => }/Events.t.sol (100%) rename test/{foundry => }/FollowNFTTest.t.sol (100%) rename test/{foundry => }/FollowTest.t.sol (100%) rename test/{foundry => }/GovernanceFunctions.t.sol (100%) rename test/{foundry => }/MetaTxNegatives.t.sol (100%) rename test/{foundry => }/Misc.t.sol (100%) rename test/{foundry => }/ModuleGlobals.t.sol (100%) rename test/{foundry => }/MultiStateHubTest.t.sol (100%) rename test/{foundry => }/ProfileMetadataURI.t.sol (100%) rename test/{foundry => }/ProfileNFTTest.t.sol (100%) rename test/{foundry => }/PublicationActions.t.sol (100%) rename test/{foundry => }/PublicationType.t.sol (100%) rename test/{foundry => }/SetBlockStatusTest.t.sol (100%) rename test/{foundry => }/SetFollowModule.t.sol (100%) rename test/{foundry => }/UnfollowTest.t.sol (100%) rename test/{foundry => }/base/BaseTest.t.sol (100%) rename test/{foundry => }/base/TestSetup.t.sol (100%) rename test/{foundry => }/fork/UpgradeForkTest.t.sol (100%) rename test/{foundry => }/helpers/ArrayHelpers.sol (100%) rename test/{foundry => }/helpers/CollectingHelpers.sol (100%) rename test/{foundry => }/helpers/Events.sol (100%) rename test/{foundry => }/helpers/ForkManagement.sol (100%) rename test/{foundry => }/helpers/PublishingHelpers.sol (100%) rename test/{foundry => }/helpers/SignatureHelpers.sol (100%) rename test/{foundry => }/migrations/Migrations.t.sol (100%) rename test/{foundry => }/mocks/BadMockEIP1271Implementer.sol (100%) rename test/{foundry => }/mocks/Currency.sol (100%) rename test/{foundry => }/mocks/Helper.sol (100%) rename test/{foundry => }/mocks/ILegacyFollowModule.sol (100%) rename test/{foundry => }/mocks/MockActionModule.sol (100%) rename test/{foundry => }/mocks/MockCollectModule.sol (100%) rename test/{foundry => }/mocks/MockDeprecatedCollectModule.sol (100%) rename test/{foundry => }/mocks/MockDeprecatedFollowModule.sol (100%) rename test/{foundry => }/mocks/MockDeprecatedReferenceModule.sol (100%) rename test/{foundry => }/mocks/MockEIP1271Implementer.sol (100%) rename test/{foundry => }/mocks/MockFollowModule.sol (100%) rename test/{foundry => }/mocks/MockFollowModuleWithRevertFlag.sol (100%) rename test/{foundry => }/mocks/MockLensHubV2.sol (100%) rename test/{foundry => }/mocks/MockLensHubV2BadRevision.sol (100%) rename test/{foundry => }/mocks/MockLensHubV2Storage.sol (100%) rename test/{foundry => }/mocks/MockProfileCreationProxy.sol (100%) rename test/{foundry => }/mocks/MockReferenceModule.sol (100%) rename test/{foundry => }/mocks/NFT.sol (100%) rename test/{foundry => }/modules/follow/FeeFollowModule.test.sol (100%) rename test/{foundry => }/modules/follow/RevertFollowModule.test.sol (100%) rename test/{foundry => }/modules/reference/FollowerOnlyReferenceModule.test.sol (100%) rename test/{foundry => }/modules/reference/TokenGatedReferenceModule.test.sol (100%) rename test/{foundry => }/publications/CommentTest.t.sol (100%) rename test/{foundry => }/publications/MirrorTest.t.sol (100%) rename test/{foundry => }/publications/PostTest.t.sol (100%) rename test/{foundry => }/publications/PublicationTest.t.sol (100%) rename test/{foundry => }/publications/QuoteTest.t.sol (100%) diff --git a/test/foundry/ChangeDelegatedExecutorsConfigTest.t.sol b/test/ChangeDelegatedExecutorsConfigTest.t.sol similarity index 100% rename from test/foundry/ChangeDelegatedExecutorsConfigTest.t.sol rename to test/ChangeDelegatedExecutorsConfigTest.t.sol diff --git a/test/foundry/Constants.sol b/test/Constants.sol similarity index 100% rename from test/foundry/Constants.sol rename to test/Constants.sol diff --git a/test/foundry/ERC721Test.t.sol b/test/ERC721Test.t.sol similarity index 100% rename from test/foundry/ERC721Test.t.sol rename to test/ERC721Test.t.sol diff --git a/test/foundry/Events.t.sol b/test/Events.t.sol similarity index 100% rename from test/foundry/Events.t.sol rename to test/Events.t.sol diff --git a/test/foundry/FollowNFTTest.t.sol b/test/FollowNFTTest.t.sol similarity index 100% rename from test/foundry/FollowNFTTest.t.sol rename to test/FollowNFTTest.t.sol diff --git a/test/foundry/FollowTest.t.sol b/test/FollowTest.t.sol similarity index 100% rename from test/foundry/FollowTest.t.sol rename to test/FollowTest.t.sol diff --git a/test/foundry/GovernanceFunctions.t.sol b/test/GovernanceFunctions.t.sol similarity index 100% rename from test/foundry/GovernanceFunctions.t.sol rename to test/GovernanceFunctions.t.sol diff --git a/test/foundry/MetaTxNegatives.t.sol b/test/MetaTxNegatives.t.sol similarity index 100% rename from test/foundry/MetaTxNegatives.t.sol rename to test/MetaTxNegatives.t.sol diff --git a/test/foundry/Misc.t.sol b/test/Misc.t.sol similarity index 100% rename from test/foundry/Misc.t.sol rename to test/Misc.t.sol diff --git a/test/foundry/ModuleGlobals.t.sol b/test/ModuleGlobals.t.sol similarity index 100% rename from test/foundry/ModuleGlobals.t.sol rename to test/ModuleGlobals.t.sol diff --git a/test/foundry/MultiStateHubTest.t.sol b/test/MultiStateHubTest.t.sol similarity index 100% rename from test/foundry/MultiStateHubTest.t.sol rename to test/MultiStateHubTest.t.sol diff --git a/test/foundry/ProfileMetadataURI.t.sol b/test/ProfileMetadataURI.t.sol similarity index 100% rename from test/foundry/ProfileMetadataURI.t.sol rename to test/ProfileMetadataURI.t.sol diff --git a/test/foundry/ProfileNFTTest.t.sol b/test/ProfileNFTTest.t.sol similarity index 100% rename from test/foundry/ProfileNFTTest.t.sol rename to test/ProfileNFTTest.t.sol diff --git a/test/foundry/PublicationActions.t.sol b/test/PublicationActions.t.sol similarity index 100% rename from test/foundry/PublicationActions.t.sol rename to test/PublicationActions.t.sol diff --git a/test/foundry/PublicationType.t.sol b/test/PublicationType.t.sol similarity index 100% rename from test/foundry/PublicationType.t.sol rename to test/PublicationType.t.sol diff --git a/test/foundry/SetBlockStatusTest.t.sol b/test/SetBlockStatusTest.t.sol similarity index 100% rename from test/foundry/SetBlockStatusTest.t.sol rename to test/SetBlockStatusTest.t.sol diff --git a/test/foundry/SetFollowModule.t.sol b/test/SetFollowModule.t.sol similarity index 100% rename from test/foundry/SetFollowModule.t.sol rename to test/SetFollowModule.t.sol diff --git a/test/foundry/UnfollowTest.t.sol b/test/UnfollowTest.t.sol similarity index 100% rename from test/foundry/UnfollowTest.t.sol rename to test/UnfollowTest.t.sol diff --git a/test/foundry/base/BaseTest.t.sol b/test/base/BaseTest.t.sol similarity index 100% rename from test/foundry/base/BaseTest.t.sol rename to test/base/BaseTest.t.sol diff --git a/test/foundry/base/TestSetup.t.sol b/test/base/TestSetup.t.sol similarity index 100% rename from test/foundry/base/TestSetup.t.sol rename to test/base/TestSetup.t.sol diff --git a/test/foundry/fork/UpgradeForkTest.t.sol b/test/fork/UpgradeForkTest.t.sol similarity index 100% rename from test/foundry/fork/UpgradeForkTest.t.sol rename to test/fork/UpgradeForkTest.t.sol diff --git a/test/foundry/helpers/ArrayHelpers.sol b/test/helpers/ArrayHelpers.sol similarity index 100% rename from test/foundry/helpers/ArrayHelpers.sol rename to test/helpers/ArrayHelpers.sol diff --git a/test/foundry/helpers/CollectingHelpers.sol b/test/helpers/CollectingHelpers.sol similarity index 100% rename from test/foundry/helpers/CollectingHelpers.sol rename to test/helpers/CollectingHelpers.sol diff --git a/test/foundry/helpers/Events.sol b/test/helpers/Events.sol similarity index 100% rename from test/foundry/helpers/Events.sol rename to test/helpers/Events.sol diff --git a/test/foundry/helpers/ForkManagement.sol b/test/helpers/ForkManagement.sol similarity index 100% rename from test/foundry/helpers/ForkManagement.sol rename to test/helpers/ForkManagement.sol diff --git a/test/foundry/helpers/PublishingHelpers.sol b/test/helpers/PublishingHelpers.sol similarity index 100% rename from test/foundry/helpers/PublishingHelpers.sol rename to test/helpers/PublishingHelpers.sol diff --git a/test/foundry/helpers/SignatureHelpers.sol b/test/helpers/SignatureHelpers.sol similarity index 100% rename from test/foundry/helpers/SignatureHelpers.sol rename to test/helpers/SignatureHelpers.sol diff --git a/test/foundry/migrations/Migrations.t.sol b/test/migrations/Migrations.t.sol similarity index 100% rename from test/foundry/migrations/Migrations.t.sol rename to test/migrations/Migrations.t.sol diff --git a/test/foundry/mocks/BadMockEIP1271Implementer.sol b/test/mocks/BadMockEIP1271Implementer.sol similarity index 100% rename from test/foundry/mocks/BadMockEIP1271Implementer.sol rename to test/mocks/BadMockEIP1271Implementer.sol diff --git a/test/foundry/mocks/Currency.sol b/test/mocks/Currency.sol similarity index 100% rename from test/foundry/mocks/Currency.sol rename to test/mocks/Currency.sol diff --git a/test/foundry/mocks/Helper.sol b/test/mocks/Helper.sol similarity index 100% rename from test/foundry/mocks/Helper.sol rename to test/mocks/Helper.sol diff --git a/test/foundry/mocks/ILegacyFollowModule.sol b/test/mocks/ILegacyFollowModule.sol similarity index 100% rename from test/foundry/mocks/ILegacyFollowModule.sol rename to test/mocks/ILegacyFollowModule.sol diff --git a/test/foundry/mocks/MockActionModule.sol b/test/mocks/MockActionModule.sol similarity index 100% rename from test/foundry/mocks/MockActionModule.sol rename to test/mocks/MockActionModule.sol diff --git a/test/foundry/mocks/MockCollectModule.sol b/test/mocks/MockCollectModule.sol similarity index 100% rename from test/foundry/mocks/MockCollectModule.sol rename to test/mocks/MockCollectModule.sol diff --git a/test/foundry/mocks/MockDeprecatedCollectModule.sol b/test/mocks/MockDeprecatedCollectModule.sol similarity index 100% rename from test/foundry/mocks/MockDeprecatedCollectModule.sol rename to test/mocks/MockDeprecatedCollectModule.sol diff --git a/test/foundry/mocks/MockDeprecatedFollowModule.sol b/test/mocks/MockDeprecatedFollowModule.sol similarity index 100% rename from test/foundry/mocks/MockDeprecatedFollowModule.sol rename to test/mocks/MockDeprecatedFollowModule.sol diff --git a/test/foundry/mocks/MockDeprecatedReferenceModule.sol b/test/mocks/MockDeprecatedReferenceModule.sol similarity index 100% rename from test/foundry/mocks/MockDeprecatedReferenceModule.sol rename to test/mocks/MockDeprecatedReferenceModule.sol diff --git a/test/foundry/mocks/MockEIP1271Implementer.sol b/test/mocks/MockEIP1271Implementer.sol similarity index 100% rename from test/foundry/mocks/MockEIP1271Implementer.sol rename to test/mocks/MockEIP1271Implementer.sol diff --git a/test/foundry/mocks/MockFollowModule.sol b/test/mocks/MockFollowModule.sol similarity index 100% rename from test/foundry/mocks/MockFollowModule.sol rename to test/mocks/MockFollowModule.sol diff --git a/test/foundry/mocks/MockFollowModuleWithRevertFlag.sol b/test/mocks/MockFollowModuleWithRevertFlag.sol similarity index 100% rename from test/foundry/mocks/MockFollowModuleWithRevertFlag.sol rename to test/mocks/MockFollowModuleWithRevertFlag.sol diff --git a/test/foundry/mocks/MockLensHubV2.sol b/test/mocks/MockLensHubV2.sol similarity index 100% rename from test/foundry/mocks/MockLensHubV2.sol rename to test/mocks/MockLensHubV2.sol diff --git a/test/foundry/mocks/MockLensHubV2BadRevision.sol b/test/mocks/MockLensHubV2BadRevision.sol similarity index 100% rename from test/foundry/mocks/MockLensHubV2BadRevision.sol rename to test/mocks/MockLensHubV2BadRevision.sol diff --git a/test/foundry/mocks/MockLensHubV2Storage.sol b/test/mocks/MockLensHubV2Storage.sol similarity index 100% rename from test/foundry/mocks/MockLensHubV2Storage.sol rename to test/mocks/MockLensHubV2Storage.sol diff --git a/test/foundry/mocks/MockProfileCreationProxy.sol b/test/mocks/MockProfileCreationProxy.sol similarity index 100% rename from test/foundry/mocks/MockProfileCreationProxy.sol rename to test/mocks/MockProfileCreationProxy.sol diff --git a/test/foundry/mocks/MockReferenceModule.sol b/test/mocks/MockReferenceModule.sol similarity index 100% rename from test/foundry/mocks/MockReferenceModule.sol rename to test/mocks/MockReferenceModule.sol diff --git a/test/foundry/mocks/NFT.sol b/test/mocks/NFT.sol similarity index 100% rename from test/foundry/mocks/NFT.sol rename to test/mocks/NFT.sol diff --git a/test/foundry/modules/follow/FeeFollowModule.test.sol b/test/modules/follow/FeeFollowModule.test.sol similarity index 100% rename from test/foundry/modules/follow/FeeFollowModule.test.sol rename to test/modules/follow/FeeFollowModule.test.sol diff --git a/test/foundry/modules/follow/RevertFollowModule.test.sol b/test/modules/follow/RevertFollowModule.test.sol similarity index 100% rename from test/foundry/modules/follow/RevertFollowModule.test.sol rename to test/modules/follow/RevertFollowModule.test.sol diff --git a/test/foundry/modules/reference/FollowerOnlyReferenceModule.test.sol b/test/modules/reference/FollowerOnlyReferenceModule.test.sol similarity index 100% rename from test/foundry/modules/reference/FollowerOnlyReferenceModule.test.sol rename to test/modules/reference/FollowerOnlyReferenceModule.test.sol diff --git a/test/foundry/modules/reference/TokenGatedReferenceModule.test.sol b/test/modules/reference/TokenGatedReferenceModule.test.sol similarity index 100% rename from test/foundry/modules/reference/TokenGatedReferenceModule.test.sol rename to test/modules/reference/TokenGatedReferenceModule.test.sol diff --git a/test/foundry/publications/CommentTest.t.sol b/test/publications/CommentTest.t.sol similarity index 100% rename from test/foundry/publications/CommentTest.t.sol rename to test/publications/CommentTest.t.sol diff --git a/test/foundry/publications/MirrorTest.t.sol b/test/publications/MirrorTest.t.sol similarity index 100% rename from test/foundry/publications/MirrorTest.t.sol rename to test/publications/MirrorTest.t.sol diff --git a/test/foundry/publications/PostTest.t.sol b/test/publications/PostTest.t.sol similarity index 100% rename from test/foundry/publications/PostTest.t.sol rename to test/publications/PostTest.t.sol diff --git a/test/foundry/publications/PublicationTest.t.sol b/test/publications/PublicationTest.t.sol similarity index 100% rename from test/foundry/publications/PublicationTest.t.sol rename to test/publications/PublicationTest.t.sol diff --git a/test/foundry/publications/QuoteTest.t.sol b/test/publications/QuoteTest.t.sol similarity index 100% rename from test/foundry/publications/QuoteTest.t.sol rename to test/publications/QuoteTest.t.sol