From 91198c905177761bedc7c30c11b5df27673f054f Mon Sep 17 00:00:00 2001 From: John Andrews Date: Fri, 15 Nov 2024 12:39:46 +1300 Subject: [PATCH] fixing tests --- .../{AniListTets => AniListTests}/AniListEpisodeLookupTests.cs | 0 .../AnimeShowLookupIntegrationTests.cs | 1 + 2 files changed, 1 insertion(+) rename MetaNodes/Tests/{AniListTets => AniListTests}/AniListEpisodeLookupTests.cs (100%) rename MetaNodes/Tests/{AniListTets => AniListTests}/AnimeShowLookupIntegrationTests.cs (99%) diff --git a/MetaNodes/Tests/AniListTets/AniListEpisodeLookupTests.cs b/MetaNodes/Tests/AniListTests/AniListEpisodeLookupTests.cs similarity index 100% rename from MetaNodes/Tests/AniListTets/AniListEpisodeLookupTests.cs rename to MetaNodes/Tests/AniListTests/AniListEpisodeLookupTests.cs diff --git a/MetaNodes/Tests/AniListTets/AnimeShowLookupIntegrationTests.cs b/MetaNodes/Tests/AniListTests/AnimeShowLookupIntegrationTests.cs similarity index 99% rename from MetaNodes/Tests/AniListTets/AnimeShowLookupIntegrationTests.cs rename to MetaNodes/Tests/AniListTests/AnimeShowLookupIntegrationTests.cs index 1540c16e..32056227 100644 --- a/MetaNodes/Tests/AniListTets/AnimeShowLookupIntegrationTests.cs +++ b/MetaNodes/Tests/AniListTests/AnimeShowLookupIntegrationTests.cs @@ -11,6 +11,7 @@ namespace MetaNodes.Tests.AniList; /// AniList Anime Show Lookup Integration Tests /// [TestClass] +[TestCategory("Slow")] public class AnimeShowLookupIntegrationTests : TestBase { ///