Added the "useCase" tag for the Tag+Customs in the tests target.

This commit is contained in:
2025-10-12 21:27:30 +02:00
parent 21f2901337
commit 51189f0127
2 changed files with 4 additions and 1 deletions
@@ -16,7 +16,7 @@ import Testing
@testable import DiscogsService
@Suite("Validate Input Use Cases")
@Suite("Validate Input Use Cases", .tags(.useCase))
struct ValidateInputUseCaseTests {
// MARK: Functions
@@ -21,4 +21,7 @@ extension Tag {
/// A tag that indicates tests for a middleware type.
@Tag static var middleware: Self
/// A tag that indicates tests for a use case type.
@Tag static var useCase: Self
}