From f7c51ae02f333ee512e700616e3dd22d4d330b78 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Wed, 13 Dec 2023 10:33:55 -0600 Subject: [PATCH] test(predictions): remove non-predictable assertion in integration test --- .../IdentifyBasicIntegrationTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/AmplifyPlugins/Predictions/AWSPredictionsPluginIntegrationTests/IdentifyBasicIntegrationTests.swift b/AmplifyPlugins/Predictions/AWSPredictionsPluginIntegrationTests/IdentifyBasicIntegrationTests.swift index 78a4153ffe..149f79ec31 100644 --- a/AmplifyPlugins/Predictions/AWSPredictionsPluginIntegrationTests/IdentifyBasicIntegrationTests.swift +++ b/AmplifyPlugins/Predictions/AWSPredictionsPluginIntegrationTests/IdentifyBasicIntegrationTests.swift @@ -215,7 +215,6 @@ class IdentifyBasicIntegrationTests: AWSPredictionsPluginTestBase { XCTAssertFalse(data.tables.isEmpty) XCTAssertEqual(data.tables.count, 1) XCTAssertFalse(data.keyValues.isEmpty) - XCTAssertEqual(data.keyValues.count, 4) completeInvoked.fulfill() case .failure(let error): XCTFail("Failed with \(error)")