Skip to content

Commit 478385c

Browse files
committed
Fix broken test
1 parent eaaa54b commit 478385c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/testWithSpringBoot_2_4/kotlin/org/openrewrite/java/spring/boot2/search/IntegrationSchedulerPoolRecipeTest.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package org.openrewrite.java.spring.boot2.search
1717

1818
import org.junit.jupiter.api.Test
1919
import org.openrewrite.java.JavaParser
20-
import org.openrewrite.java.spring.boot2.search.IntegrationSchedulerPoolRecipe
2120
import org.openrewrite.test.RecipeSpec
2221
import org.openrewrite.test.RewriteTest
2322
import java.nio.file.Paths
@@ -147,8 +146,7 @@ class IntegrationSchedulerPoolRecipeTest : RewriteTest {
147146
properties(
148147
"""
149148
server.port=5674
150-
""",
151-
""
149+
"""
152150
) { p -> p.path(Paths.get("application.properties")) },
153151
java(
154152
"""

0 commit comments

Comments
 (0)