From 4772ed1e1b25a1d09d749ccaa7797ead9e55ef91 Mon Sep 17 00:00:00 2001 From: Sam Snyder Date: Fri, 26 Aug 2022 09:27:47 -0700 Subject: [PATCH] Get tests compiling --- .../spring/boot2/search/IntegrationSchedulerPoolRecipeTest.kt | 1 - 1 file changed, 1 deletion(-) 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() ) }