Skip to content

Commit

Permalink
test(predictions): remove non-predictable assertion in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Dec 13, 2023
1 parent d06905f commit f7c51ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down

0 comments on commit f7c51ae

Please sign in to comment.