Actually test requirement parsing output (not just if it succeded)

This commit is contained in:
2025-07-06 17:01:19 +10:00
parent 058f9070ad
commit d850b9998d
3 changed files with 32 additions and 20 deletions

View File

@ -5,7 +5,7 @@
import Foundation
internal struct ApkVersionRequirement: Hashable {
internal struct ApkVersionRequirement: Sendable, Hashable {
let name: String
let versionSpec: ApkVersionSpecification