Skip to content

Commit

Permalink
Update junit5.yml to use io.vertx.junit5.VertxExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Feb 5, 2025
1 parent f7df211 commit 2a3d615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,13 @@ tags:
recipeList:
- org.openrewrite.java.testing.junit5.RunnerToExtension:
runners:
- org.vertx.testtools.VertxUnitRunner
extension: org.vertx.testtools.VertxExtension
- io.vertx.ext.unit.junit.VertxUnitRunner
extension: io.vertx.junit5.VertxExtension
- org.openrewrite.java.dependencies.AddDependency:
groupId: io.vertx
artifactId: vertx-junit5
version: 4.x
onlyIfUsing: org.vertx.testtools.VertxUnitRunner
onlyIfUsing: io.vertx.ext.unit.junit.VertxUnitRunner
acceptTransitive: true
---
type: specs.openrewrite.org/v1beta/recipe
Expand Down

0 comments on commit 2a3d615

Please sign in to comment.