amplify-swift/AmplifyTests/CategoryTests/Predictions/PredictionsCategoryClientAP...

16 lines
294 B
Swift

//
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
import XCTest
@testable import Amplify
class PredictionsCategoryClientAPITests: XCTestCase {
override func setUp() async throws {
await Amplify.reset()
}
}