Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Sep 10, 2024
1 parent c843bbe commit 1b87214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import StoreKit
@testable import AWSPinpointAnalyticsPlugin
@_spi(InternalAWSPinpoint) @testable import InternalAWSPinpoint

public extension MockAWSPinpoint {
extension MockAWSPinpoint {
func addGlobalProperty(_ value: AnalyticsPropertyValue, forKey: String) {
if let value = value as? String {
addGlobalAttribute(value, forKey: forKey)
Expand Down Expand Up @@ -164,7 +164,7 @@ public extension MockAWSPinpoint {

}

internal func setRemoteGlobalAttributes(_ attributes: [String: String]) async {
func setRemoteGlobalAttributes(_ attributes: [String: String]) async {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
@testable import AWSPinpointAnalyticsPlugin
@_spi(InternalAWSPinpoint) @testable import InternalAWSPinpoint

public extension MockAWSPinpoint {
extension MockAWSPinpoint {
func currentEndpointProfile() -> PinpointEndpointProfile {
currentEndpointProfileCalled += 1

Expand Down

0 comments on commit 1b87214

Please sign in to comment.