Fix LibraryFlagsTest failed because commit b6baac90dc
Sun Apr 16 23:35:46 ICT 2023 Jobobby04 Fix library sort not using tag sort
This commit is contained in:
parent
cb173d590f
commit
fbc1e3b227
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class LibraryFlagsTest {
|
||||||
@Test
|
@Test
|
||||||
fun `Check the amount of flags`() {
|
fun `Check the amount of flags`() {
|
||||||
LibraryDisplayMode.values.size shouldBe 4
|
LibraryDisplayMode.values.size shouldBe 4
|
||||||
LibrarySort.types.size shouldBe 9
|
LibrarySort.types.size shouldBe 10
|
||||||
LibrarySort.directions.size shouldBe 2
|
LibrarySort.directions.size shouldBe 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue