diff --git a/Test/Sources/Cases/Internal/Enumerations/AssetPrefixTests.swift b/Test/Sources/Cases/Internal/Enumerations/AssetPrefixTests.swift index 15ccda5..43f39e8 100644 --- a/Test/Sources/Cases/Internal/Enumerations/AssetPrefixTests.swift +++ b/Test/Sources/Cases/Internal/Enumerations/AssetPrefixTests.swift @@ -2,7 +2,7 @@ import Testing @testable import AppLibrary -@Suite("AssetPrefix") +@Suite("AssetPrefix", .tags(.enumeration)) struct AssetPrefixTests { // MARK: Properties tests diff --git a/Test/Sources/Cases/Internal/Enumerations/IndexPrefixTests.swift b/Test/Sources/Cases/Internal/Enumerations/IndexPrefixTests.swift index 09e76b9..e1c6613 100644 --- a/Test/Sources/Cases/Internal/Enumerations/IndexPrefixTests.swift +++ b/Test/Sources/Cases/Internal/Enumerations/IndexPrefixTests.swift @@ -2,7 +2,7 @@ import Testing @testable import AppLibrary -@Suite("IndexPrefix") +@Suite("IndexPrefix", .tags(.enumeration)) struct IndexPrefixTests { @Test(arguments: zip(IndexPrefix.allCases, [String].paths)) diff --git a/Test/Sources/Cases/Internal/Enumerations/StaticFileTests.swift b/Test/Sources/Cases/Internal/Enumerations/StaticFileTests.swift index 6669cce..5bd1425 100644 --- a/Test/Sources/Cases/Internal/Enumerations/StaticFileTests.swift +++ b/Test/Sources/Cases/Internal/Enumerations/StaticFileTests.swift @@ -2,7 +2,7 @@ import Testing @testable import AppLibrary -@Suite("StaticFile") +@Suite("StaticFile", .tags(.enumeration)) struct StaticFileTests { @Test(arguments: zip(StaticFile.allCases, [String].paths))