Skip to content

Commit

Permalink
Attempt to fix staticallyImportAssertions()
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Jan 22, 2024
1 parent 322cc00 commit bfcb7d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ void staticallyImportAssertions() {
.recipe(Environment.builder()
.scanRuntimeClasspath("org.openrewrite.java.testing")
.build()
.activateRecipes("org.openrewrite.java.testing.junit5.JUnit5BestPractices"))
.expectedCyclesThatMakeChanges(2),
.activateRecipes("org.openrewrite.java.testing.junit5.JUnit5BestPractices")),
//language=java
java(
"""
Expand Down

0 comments on commit bfcb7d2

Please sign in to comment.