Increased code coverage auth batch
[aaf/authz.git] / auth / auth-batch / src / test / java / org / onap / aaf / auth / test / JU_BatchException.java
index dad723b..9b2f2db 100644 (file)
@@ -48,7 +48,7 @@ public class JU_BatchException {
        }
        
        @Test
-       public void test() {
+       public void testBatchException() {
                bExcept1 = new BatchException();
                bExcept2 = new BatchException("test");
                bExcept3 = new BatchException(throwable);