Skip to content

Commit fde0212

Browse files
committed
package name and class location mismatch
1 parent c06027b commit fde0212

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/testing/springbootapplications/usingmain/always

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/testing/springbootapplications/usingmain/always/MyApplicationTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.docs.features.testing.springbootapplications.usingmain.custom.always
17+
package org.springframework.boot.docs.features.testing.springbootapplications.usingmain.always
1818

1919
import org.junit.jupiter.api.Test
2020
import org.springframework.boot.test.context.SpringBootTest

0 commit comments

Comments
 (0)