File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
1-0-java-basics/1-3-1-crazy-generics/src/test/java/com/bobocode/basics Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -724,8 +724,8 @@ static Stream<Arguments> hasDuplicatesArgs() {
724
724
725
725
@ Test
726
726
@ Order (58 )
727
- @ DisplayName ("Method findMax has public accessor type" )
728
- void findMaxHasPublicAccessorType () {
727
+ @ DisplayName ("Method findMax has public access type" )
728
+ void findMaxHasPublicAccessType () {
729
729
var findMaxMethod = getMethodByName (CollectionUtil .class , "findMax" );
730
730
assertThat (findMaxMethod ).isNotNull ();
731
731
}
@@ -763,8 +763,8 @@ static Stream<Arguments> findMaxArgs() {
763
763
764
764
@ Test
765
765
@ Order (60 )
766
- @ DisplayName ("Method findMostRecentlyCreatedEntity has public accessor type" )
767
- void findMostRecentlyCreatedEntityHasPublicAccessorType () {
766
+ @ DisplayName ("Method findMostRecentlyCreatedEntity has public access type" )
767
+ void findMostRecentlyCreatedEntityHasPublicAccessType () {
768
768
var findMostRecentlyCreatedEntity = getMethodByName (CollectionUtil .class , "findMostRecentlyCreatedEntity" );
769
769
assertThat (findMostRecentlyCreatedEntity ).isNotNull ();
770
770
}
You can’t perform that action at this time.
0 commit comments