Skip to content

Commit

Permalink
test(predictions): remove non-predictable / non-valuable assertion in…
Browse files Browse the repository at this point in the history
… integration test (#3408)
  • Loading branch information
atierian authored Dec 8, 2023
1 parent 15c514e commit f8c5df9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8c5df9

Please sign in to comment.