Another round of Sonar warnings fixes
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / java / org / opendaylight / yangtools / yang / stmt / Bug3859Test.java
index ba2eea21b1b7d4b88698c9724b53ee93b216b4c7..2cea7bf5deabd5323b0dc4de4a058407cacb0cfa 100644 (file)
@@ -13,7 +13,7 @@ import org.junit.jupiter.api.Test;
 
 class Bug3859Test extends AbstractYangTest {
     @Test
-    void test() throws Exception {
+    void test() {
         assertEquals(1, assertEffectiveModelDir("/bugs/bug3859").findModules("reference-in-unknown").size());
     }
 }