Skip to content

Commit

Permalink
mock fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Dec 12, 2024
1 parent 57fc80b commit 50d4d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public final class SubscriptionManagerMock: SubscriptionManager {

public var resultSubscription: Subscription.PrivacyProSubscription?

public func getSubscriptionFrom(lastTransactionJWSRepresentation: String) async throws -> Subscription.PrivacyProSubscription {
public func getSubscriptionFrom(lastTransactionJWSRepresentation: String) async throws -> Subscription.PrivacyProSubscription? {
guard let resultSubscription else {
throw OAuthClientError.missingTokens
}
Expand Down

0 comments on commit 50d4d64

Please sign in to comment.