Skip to content

Commit

Permalink
refactor: Remove test prefix from JUnit 5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and app committed Feb 5, 2024
1 parent 97f9979 commit 22b2708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void defaults(RecipeSpec spec) {
}

@Test
void testCookieConstantsMapping() {
void cookieConstantsMapping() {
rewriteRun(
//language=java
java(
Expand Down

0 comments on commit 22b2708

Please sign in to comment.