Skip to content

Commit 0a63798

Browse files
authored
Update MyArrayListTest.java
1 parent b273a57 commit 0a63798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group18/935542673/Coding/junit/com/ikook/basic_data_structure/MyArrayListTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void testIterator() {
8383

8484
int j = list.size();
8585
for(MyIterator iter = list.iterator(); iter.hesNext();) {
86-
iter.next();
86+
iter.next();
8787
iter.remove();
8888
assertEquals( --j , list.size());
8989
}

0 commit comments

Comments
 (0)