You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/14 12:34:46 UTC

[GitHub] [flink] zentol edited a comment on pull request #19039: [FLINK-26582][table] Convert table modules assertions to AssertJ

zentol edited a comment on pull request #19039:
URL: https://github.com/apache/flink/pull/19039#issuecomment-1066733021


   ```
   assertThat(catalog.getDatabase(db1).getProperties())
       .doesNotContain(db.getProperties().entrySet());
   ```
   This doesn't compile though, because doesNotContain doesn't accept an iterable etc.
   (I can't respond to the thread since you force-pushed.)


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org