Rename EosCommonSpi package name
[mdsal.git] / entityownership / mdsal-eos-common-spi / src / test / java / org / opendaylight / mdsal / eos / common / spi / AbstractGenericEntityOwnershipCandidateRegistrationTest.java
@@ -5,13 +5,14 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.mdsal.common.api.clustering;
+package org.opendaylight.mdsal.eos.common.spi;
 
 import static org.junit.Assert.assertNotNull;
 import static org.mockito.Mockito.mock;
 
 import org.junit.Test;
 import org.opendaylight.mdsal.eos.common.api.GenericEntity;
+import org.opendaylight.mdsal.eos.common.spi.AbstractGenericEntityOwnershipCandidateRegistration;
 
 public class AbstractGenericEntityOwnershipCandidateRegistrationTest
         extends AbstractGenericEntityOwnershipCandidateRegistration {