Refine Props, Batch Extend
[aaf/authz.git] / auth / auth-batch / src / test / java / org / onap / aaf / auth / batch / helpers / test / JU_Future.java
index 91950c6..0db682a 100644 (file)
@@ -105,15 +105,7 @@ public class JU_Future {
        @Test
        public void testResetLocalData() {
                Future.resetLocalData();
-       }
-
-       @Test
-       public void testSizeForDeletion() {
                Assert.assertEquals(0, Future.sizeForDeletion());
-       }
-
-       @Test
-       public void testPendingDelete() {
                Assert.assertEquals(false, Future.pendingDelete(future));
        }