Added the "enumeration" tag to the AssetPrefix, IndexPrefix, and StaticFile test cases in the tests target.

This commit is contained in:
2025-03-05 00:09:28 +01:00
parent 393f4cdad4
commit 94f060a55e
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@ import Testing
@testable import AppLibrary
@Suite("StaticFile")
@Suite("StaticFile", .tags(.enumeration))
struct StaticFileTests {
@Test(arguments: zip(StaticFile.allCases, [String].paths))