Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0dffa0

Browse files
Merge pull request #182 from vitshch/fix/test-method-name
Rename test name on ArrayListTest
2 parents 26985e6 + 81f4d36 commit d0dffa0

File tree

1 file changed

+1
-1
lines changed
  • 2-0-data-structures-and-algorithms/2-2-5-array-list/src/test/java/com/bobocode/cs

1 file changed

+1
-1
lines changed

‎2-0-data-structures-and-algorithms/2-2-5-array-list/src/test/java/com/bobocode/cs/ArrayListTest.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ void setElementByIndexThrowsExceptionWhenIndexIsOutOfBound() {
240240

241241
@Test
242242
@Order(23)
243-
void setFirstElementOnEmptyTree() {
243+
void setFirstElementOnEmptyList() {
244244
assertThatExceptionOfType(IndexOutOfBoundsException.class)
245245
.isThrownBy(() -> arrayList.set(0, 34));
246246
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /