Move mdsal-netconf-notification
[netconf.git] / apps / netconf-events-mdsal / src / test / java / org / opendaylight / netconf / server / events / mdsal / CreateSubscriptionTest.java
@@ -5,7 +5,7 @@
  * 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.netconf.mdsal.notification.impl;
+package org.opendaylight.netconf.server.events.mdsal;
 
 import static org.hamcrest.CoreMatchers.containsString;
 import static org.hamcrest.MatcherAssert.assertThat;
@@ -29,7 +29,6 @@ import org.w3c.dom.Element;
 
 @RunWith(MockitoJUnitRunner.StrictStubs.class)
 public class CreateSubscriptionTest {
-
     private static final String CREATE_SUBSCRIPTION_XML = "<create-subscription\n"
             + "xmlns=\"urn:ietf:params:xml:ns:netconf:notification:1.0\" "
             + "xmlns:netconf=\"urn:ietf:params:xml:ns:netconf:base:1.0\">\n"