mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 23:27:55 +03:00
Update CategorySortingMethodTest.java
This commit is contained in:
parent
fb0f03d011
commit
c9f1bd3593
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class CategorySortingMethodTest {
|
||||||
CategorySortingMethod csm0 = CategorySortingMethod.SORT_MODIFIED_DESC;
|
CategorySortingMethod csm0 = CategorySortingMethod.SORT_MODIFIED_DESC;
|
||||||
assertEquals("MODIFIED DESC", csm0.getSorder());
|
assertEquals("MODIFIED DESC", csm0.getSorder());
|
||||||
CategorySortingMethod csm1 = CategorySortingMethod.SORT_LEXICOGRAPHICAL_ASC;
|
CategorySortingMethod csm1 = CategorySortingMethod.SORT_LEXICOGRAPHICAL_ASC;
|
||||||
assertEquals("TITLE ASC", csm1.getSorder());
|
assertEquals("TITLE COLLATE NOCASE ASC", csm1.getSorder());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in a new issue