Defined the "provider" tags in the Tag+Definitions extension in the test target.

This commit is contained in:
Javier Cicchelli 2025-03-08 00:56:40 +01:00
parent 765ab9c778
commit 0ba84ca27a

View File

@ -4,6 +4,7 @@ extension Tag {
// MARK: Constants // MARK: Constants
@Tag static var enumeration: Self @Tag static var enumeration: Tag
@Tag static var provider: Tag
} }