Clean various constructs
[yangtools.git] / yang / yang-maven-plugin-it / src / test / java / org / opendaylight / yangtools / yang2sources / plugin / it / YangToSourcesPluginTestIT.java
index e915008f45473948535e8eaa70695ed26c92714a..6a60736822bbc73911febb0d6c63e23be7da0b0c 100644 (file)
@@ -63,7 +63,6 @@ public class YangToSourcesPluginTestIT {
             fail("Verification exception should have been thrown");
         } catch (VerificationException e) {
             assertVerificationException(e, "Imported module [unknownDep] was not found.");
-            return;
         }
     }