amplify-swift/AmplifyPlugins/Predictions/CoreMLPredictionsPluginTests/CoreMLPredictionsPluginAmpl...

20 lines
398 B
Swift

//
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
import XCTest
import CoreMLPredictionsPlugin
// swiftlint:disable:next type_name
class CoreMLPredictionsPluginAmplifyVersionableTests: XCTestCase {
func testVersionExists() {
let plugin = CoreMLPredictionsPlugin()
XCTAssertNotNil(plugin.version)
}
}