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