Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Change-Id: I5d150e0c30f83200880cf8dd95e6e4b3678137b0
  • Loading branch information
javeme committed Mar 1, 2021
1 parent 9c68a85 commit 3dc10b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void testNextWithMultiTimesWithoutAnyResult() {
}

@Test
public void testNextWithOringinIteratorReturnNullElem() {
public void testNextWithOriginIteratorReturnNullElem() {
List<Integer> list = new ArrayList<>();
list.add(1);
list.add(null);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void testNextWithMultiTimesWithoutAnyResult() {
}

@Test
public void testNextWithOringinIteratorReturnNullElem() {
public void testNextWithOriginIteratorReturnNullElem() {
List<Integer> list = new ArrayList<>();
list.add(1);
list.add(null);
Expand Down

0 comments on commit 3dc10b8

Please sign in to comment.