Skip to content

Commit d81615a

Browse files
committed
Fix description text on JUnit best practices
1 parent 9b11e97 commit d81615a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/rewrite/junit5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
type: specs.openrewrite.org/v1beta/recipe
1818
name: org.openrewrite.java.testing.junit5.JUnit5BestPractices
1919
displayName: JUnit Jupiter best practices
20-
description: Migrates JUnit 4.x tests to JUnit Jupiter and applies best practices to tests.
20+
description: Applies best practices to tests.
2121
tags:
2222
- testing
2323
- junit

0 commit comments

Comments
 (0)