From f8c5df90b4fcef2bd1878c9edcf65bc6444cb5f9 Mon Sep 17 00:00:00 2001 From: Ian Saultz <52051793+atierian@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:59:49 -0500 Subject: [PATCH] test(predictions): remove non-predictable / non-valuable assertion in integration test (#3408) --- .../IdentifyBasicIntegrationTests.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/AmplifyPlugins/Predictions/Tests/PredictionsHostApp/AWSPredictionsPluginIntegrationTests/IdentifyBasicIntegrationTests.swift b/AmplifyPlugins/Predictions/Tests/PredictionsHostApp/AWSPredictionsPluginIntegrationTests/IdentifyBasicIntegrationTests.swift index 3628f3680c..3b8762e00d 100644 --- a/AmplifyPlugins/Predictions/Tests/PredictionsHostApp/AWSPredictionsPluginIntegrationTests/IdentifyBasicIntegrationTests.swift +++ b/AmplifyPlugins/Predictions/Tests/PredictionsHostApp/AWSPredictionsPluginIntegrationTests/IdentifyBasicIntegrationTests.swift @@ -207,8 +207,6 @@ class IdentifyBasicIntegrationTests: AWSPredictionsPluginTestBase { XCTAssertFalse(result.tables.isEmpty) XCTAssertEqual(result.tables.count, 1) XCTAssertFalse(result.keyValues.isEmpty) - XCTAssertEqual(result.keyValues.count, 4) - } /// Given: