Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0
//

import Amplify
@testable import Amplify
import XCTest
@_spi(InternalAWSPinpoint) @testable import InternalAWSPinpoint
@testable import AWSPinpointAnalyticsPlugin
Expand Down Expand Up @@ -339,7 +339,7 @@ class AWSPinpointAnalyticsPluginConfigurationTests: XCTestCase {
}
}

func testThrowsOnMissingConfig() throws {
func testThrowsOnMissingConfig() async throws {
let plugin = AWSPinpointAnalyticsPlugin()
try Amplify.add(plugin: plugin)

Expand All @@ -354,6 +354,8 @@ class AWSPinpointAnalyticsPluginConfigurationTests: XCTestCase {
return
}
}

await Amplify.reset()
}

}
Loading