Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Apr 23, 2024
1 parent 6b9ac4c commit 19a2c37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ void nestedRecipes(String recipeName) {
void stringIsEmptyPredicate() {
Compilation compilation = compileResource("refaster/StringIsEmptyPredicate.java");
assertThat(compilation).succeeded();
assertThat(compilation).hadNoteCount(1);
assertThat(compilation).hadNoteContaining("Lambdas are currently not supported");
assertEquals(0, compilation.generatedSourceFiles().size(), "Not yet supported");
}
Expand Down

0 comments on commit 19a2c37

Please sign in to comment.