AHeise commented on a change in pull request #14596: URL: https://github.com/apache/flink/pull/14596#discussion_r555281940
########## File path: flink-connectors/flink-connector-cassandra/src/test/java/org/apache/flink/streaming/connectors/cassandra/CassandraConnectorITCase.java ########## @@ -521,11 +525,11 @@ public void testCassandraTableSink() throws Exception { cmp.setField(0, o.getString(0)); cmp.setField(1, o.getInt(2)); cmp.setField(2, o.getInt(1)); - Assert.assertTrue( + Assertions.assertTrue( Review comment: Yes that was also my thought. At the very least it would be convenient to have for changing the asserts themselves (the optional message moved to the last param which is a nightmare to grep/replace). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org