Move Cluster Configuration Integration Tests to the org.springframework.geode.boot.autoconfigure.cluster.config package.

This commit is contained in:
John Blum
2021-01-14 21:57:04 -08:00
parent f997c3e590
commit d08525708b
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
* or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
package org.springframework.geode.boot.autoconfigure.cluster;
package org.springframework.geode.boot.autoconfigure.cluster.config;
import static org.assertj.core.api.Assertions.assertThat;

View File

@@ -13,7 +13,7 @@
* or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
package org.springframework.geode.boot.autoconfigure.cluster;
package org.springframework.geode.boot.autoconfigure.cluster.config;
import static org.assertj.core.api.Assertions.assertThat;

View File

@@ -13,7 +13,7 @@
* or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
package org.springframework.geode.boot.autoconfigure.cluster;
package org.springframework.geode.boot.autoconfigure.cluster.config;
import static org.assertj.core.api.Assertions.assertThat;