You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/12 21:32:45 UTC

[commons-io] 01/02: Remove cruft

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit d89f71cc85fd2aead18c55f86c747c691fcd2f97
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 12 14:31:13 2022 -0700

    Remove cruft
---
 src/test/java/org/apache/commons/io/function/IOIteratorTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/function/IOIteratorTest.java b/src/test/java/org/apache/commons/io/function/IOIteratorTest.java
index bfb3b40e..ca090ddc 100644
--- a/src/test/java/org/apache/commons/io/function/IOIteratorTest.java
+++ b/src/test/java/org/apache/commons/io/function/IOIteratorTest.java
@@ -52,7 +52,6 @@ public class IOIteratorTest {
 
     @Test
     public void testAdapt() throws IOException {
-        iterator = IOIterator.adapt(newPathList().iterator());
         assertEquals(TestConstants.ABS_PATH_A, iterator.next());
     }