Skip to content

Commit

Permalink
Update SpringBoot2JUnit4to5MigrationTest#springBootRunWithRemovedNoEx…
Browse files Browse the repository at this point in the history
…tension with changes from UpdateTestAnnotation.
  • Loading branch information
traceyyoshima committed Nov 10, 2021
1 parent cb98de1 commit 24e110b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SpringBoot2JUnit4to5MigrationTest : JavaRecipeTest {
public class ProductionConfigurationTests {
@Test
public void testFindAll() {
void testFindAll() {
}
}
"""
Expand Down

0 comments on commit 24e110b

Please sign in to comment.