You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-kotlin-modules/core-kotlin-collections-6/src/test/kotlin/com/baeldung/listofdates/SortingListOfStringDatesUnitTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import java.time.LocalDate
6
6
importjava.time.format.DateTimeFormatter
7
7
importkotlin.test.assertNotNull
8
8
9
-
classSortingListOfStringDatesTest {
9
+
classSortingListOfStringDatesUnitTest {
10
10
11
11
@Test
12
12
fun`given a list of string dates when sorting with sortedDescending then a sorted list is generated`() {
0 commit comments