Method name typo
This commit is contained in:
parent
37b5df83c5
commit
7ef7265dce
|
@ -28,7 +28,7 @@ class ExceptionUnitTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void whenModifyMapDuringIteration_thenThrowExecption() {
|
void whenModifyMapDuringIteration_thenThrowException() {
|
||||||
Map<Integer, String> hashmap = new HashMap<>();
|
Map<Integer, String> hashmap = new HashMap<>();
|
||||||
hashmap.put(1, "One");
|
hashmap.put(1, "One");
|
||||||
hashmap.put(2, "Two");
|
hashmap.put(2, "Two");
|
||||||
|
|
Loading…
Reference in New Issue