Add more junits for batch & cm
[aaf/authz.git] / auth / auth-batch / src / test / java / org / onap / aaf / auth / helpers / test / JU_Approval.java
index ab86a64..6020dcc 100644 (file)
@@ -137,12 +137,6 @@ public class JU_Approval {
                approval.resetLocalData();
        }
 
-       @Test
-       public void testSizeForDeletion() {
-               approval = new Approval(id, ticket, "approver", date, "user", "memo", "operation", "status", "type", 100l);
-               Assert.assertEquals(0, approval.sizeForDeletion());
-       }
-
        @Test
        public void testPendingDelete() {
                Assert.assertFalse(approval.pendingDelete(approval));