Skip to content

Commit a5b6ecd

Browse files
authored
Use Vert.x (#350)
1 parent ee9a439 commit a5b6ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ recipeList:
208208
---
209209
type: specs.openrewrite.org/v1beta/recipe
210210
name: org.openrewrite.java.testing.junit5.VertxUnitToVertxJunit5
211-
displayName: Use Vertx JUnit 5 Extension
212-
description: Migrates Vertx `@RunWith` `VertxUnitRunner` to the JUnit Jupiter `@ExtendWith` `VertxExtension`.
211+
displayName: Use Vert.x JUnit 5 Extension
212+
description: Migrates Vert.x `@RunWith` `VertxUnitRunner` to the JUnit Jupiter `@ExtendWith` `VertxExtension`.
213213
tags:
214214
- testing
215215
- junit

0 commit comments

Comments
 (0)