Skip to content

Commit e0e0609

Browse files
committed
Remove assert because the iterator always deals Strings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1165970 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0a706bf commit e0e0609

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/apache/commons/io/LineIteratorTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ public void testValidEncoding() throws Exception {
174174
try {
175175
int count = 0;
176176
while (iterator.hasNext()) {
177-
assertTrue(iterator.next() instanceof String);
178177
count++;
179178
}
180179
assertEquals(3, count);

0 commit comments

Comments
 (0)