Skip to content

Commit 1088067

Browse files
authored
Fix JUnit casing.
1 parent f9e0338 commit 1088067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ recipeList:
8585
---
8686
type: specs.openrewrite.org/v1beta/recipe
8787
name: org.openrewrite.java.testing.cucumber.CucumberToJunitPlatformSuite
88-
displayName: Cucumber to Junit Test Suites
89-
description: Migrates Cucumber tests to Junit Test Suites.
88+
displayName: Cucumber to JUnit Test Suites
89+
description: Migrates Cucumber tests to JUnit Test Suites.
9090
tags:
9191
- testing
9292
- cucumber

0 commit comments

Comments
 (0)