Skip to content

Commit e4325ef

Browse files
JavaSaBrCopilot
andauthored
Update rlib-collections/src/test/java/javasabr/rlib/collections/array/MutableArrayTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f76a366 commit e4325ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlib-collections/src/test/java/javasabr/rlib/collections/array/MutableArrayTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ void shouldSortArrayCorrectly(MutableArray<String> mutableArray) {
271271

272272
@ParameterizedTest
273273
@MethodSource("generateMutableArrays")
274-
@DisplayName("should sort array correctly")
274+
@DisplayName("should sort array using comparator correctly")
275275
void shouldSortArrayUsingComparatorCorrectly(MutableArray<String> mutableArray) {
276276
// given:
277277
mutableArray.addAll(Array.of("10", "99", "5", "3", "77", "45", "25", "56"));

0 commit comments

Comments
 (0)