Move "Testcontainers" How-to

See gh-26262
This commit is contained in:
Phillip Webb
2021-05-18 11:23:46 -07:00
parent 72d50ed2f8
commit 499a29c415
6 changed files with 30 additions and 28 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testcontainers.dynamicproperties;
package org.springframework.boot.docs.howto.testing.testcontainers.dynamicproperties;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.Neo4jContainer;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testcontainers.vanilla;
package org.springframework.boot.docs.howto.testing.testcontainers.vanilla;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.Neo4jContainer;