Skip to content

Commit 474373d

Browse files
Prosperro-atltboychuk
authored andcommitted
rename test variable
1 parent f6ad760 commit 474373d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-0-java-basics/1-3-1-crazy-generics/src/test/java/com/bobocode/basics/CrazyGenericsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,8 @@ static Stream<Arguments> findMaxArgs() {
765765
@Order(60)
766766
@DisplayName("Method findMostRecentlyCreatedEntity has public accessor type")
767767
void findMostRecentlyCreatedEntityHasPublicAccessorType() {
768-
var findMaxMethod = getMethodByName(CollectionUtil.class, "findMostRecentlyCreatedEntity");
769-
assertThat(findMaxMethod).isNotNull();
768+
var findMostRecentlyCreatedEntity = getMethodByName(CollectionUtil.class, "findMostRecentlyCreatedEntity");
769+
assertThat(findMostRecentlyCreatedEntity).isNotNull();
770770
}
771771

772772
@Test

0 commit comments

Comments
 (0)