Skip to content

Commit

Permalink
Add AssertTrueNullToAssertNull to CleanupAssertions (#542)
Browse files Browse the repository at this point in the history
AssertTrueNullToAssertNull is unexpectedly missing from CleanupAssertions.
  • Loading branch information
protocol7 committed Jul 3, 2024
1 parent 30f35fe commit 3211368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ recipeList:
- org.openrewrite.java.testing.cleanup.AssertFalseEqualsToAssertNotEquals
- org.openrewrite.java.testing.cleanup.AssertEqualsNullToAssertNull
- org.openrewrite.java.testing.cleanup.AssertFalseNullToAssertNotNull
- org.openrewrite.java.testing.cleanup.AssertTrueNullToAssertNull
- org.openrewrite.java.testing.cleanup.AssertEqualsBooleanToAssertBoolean
- org.openrewrite.java.testing.cleanup.AssertNotEqualsBooleanToAssertBoolean
- org.openrewrite.java.testing.cleanup.AssertionsArgumentOrder
Expand Down

0 comments on commit 3211368

Please sign in to comment.