JAVA-959: Migrate spring-katharsis to com.baeldung

This commit is contained in:
Krzysiek
2020-03-11 20:59:44 +01:00
parent 8be4255cbb
commit be49fef333
11 changed files with 25 additions and 26 deletions
@@ -1,6 +1,5 @@
package org.baeldung;
package com.baeldung;
import org.baeldung.Application;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
@@ -1,4 +1,4 @@
package org.baeldung.test;
package com.baeldung.test;
import static org.junit.Assert.assertEquals;