16 lines
352 B
Swift
16 lines
352 B
Swift
//
|
|
// Copyright Amazon.com Inc. or its affiliates.
|
|
// All Rights Reserved.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
import XCTest
|
|
|
|
// swiftlint:disable:next type_name
|
|
class AWSAPICategoryPluginURLSessionDelegateTests: AWSAPICategoryPluginTestBase {
|
|
func testClassMustNotBeEmptyOrSwiftFormatWillCrash() {
|
|
// TODO implement code
|
|
}
|
|
}
|