Remove ImportResolutionMode.OPENCONFIG_SEMVER
[yangtools.git] / parser / yang-parser-spi / src / test / java / org / opendaylight / yangtools / yang / parser / spi / meta / NamespaceTest.java
index 0be3710dcabb466f75c1ac9bd965a56febbf22a6..58f17e7ca36f2282d4f4b7511e87f6e73c6ac2c6 100644 (file)
@@ -17,7 +17,6 @@ public class NamespaceTest {
         // Touch behaviors
         // FIXME: add more checks/split this up when behaviours are testable
         assertNotNull(SemanticVersionNamespace.BEHAVIOUR);
-        assertNotNull(SemanticVersionModuleNamespace.BEHAVIOUR);
         assertNotNull(StatementDefinitionNamespace.BEHAVIOUR);
     }
 }