Skip to content

Commit 83a8d7b

Browse files
committed
Look for the old type when adding junit-jupiter-params
Fixes #574
1 parent 263a222 commit 83a8d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ recipeList:
128128
groupId: org.junit.jupiter
129129
artifactId: junit-jupiter-params
130130
version: 5.x
131-
onlyIfUsing: org.junit.jupiter.params.ParameterizedTest
131+
onlyIfUsing: org.junit.runners.Parameterized
132132
acceptTransitive: true
133133
scope: test
134134
- org.openrewrite.maven.UpgradePluginVersion:

0 commit comments

Comments
 (0)