Skip to content

Commit

Permalink
Rename test name on ArrayListTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vitshch authored and tboychuk committed Jan 15, 2024
1 parent d50009b commit 0916202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void setElementByIndexThrowsExceptionWhenIndexIsOutOfBound() {

@Test
@Order(23)
void setFirstElementOnEmptyTree() {
void setFirstElementOnEmptyList() {
assertThatExceptionOfType(IndexOutOfBoundsException.class)
.isThrownBy(() -> arrayList.set(0, 34));
}
Expand Down

0 comments on commit 0916202

Please sign in to comment.