diff --git a/src/testWithSpringBoot_2_4/kotlin/org/openrewrite/java/spring/boot2/search/IntegrationSchedulerPoolRecipeTest.kt b/src/testWithSpringBoot_2_4/kotlin/org/openrewrite/java/spring/boot2/search/IntegrationSchedulerPoolRecipeTest.kt index fec8787a6..9731e6229 100644 --- a/src/testWithSpringBoot_2_4/kotlin/org/openrewrite/java/spring/boot2/search/IntegrationSchedulerPoolRecipeTest.kt +++ b/src/testWithSpringBoot_2_4/kotlin/org/openrewrite/java/spring/boot2/search/IntegrationSchedulerPoolRecipeTest.kt @@ -36,7 +36,6 @@ class IntegrationSchedulerPoolRecipeTest : RewriteTest { spec.parser( JavaParser.fromJavaVersion() .classpath("spring-boot", "spring-boot-autoconfigure") - .build() ) }