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:
Tran M. Cuong 2024-06-17 19:56:38 +07:00
parent cb173d590f
commit fbc1e3b227
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -12,7 +12,7 @@ class LibraryFlagsTest {
@Test
fun `Check the amount of flags`() {
LibraryDisplayMode.values.size shouldBe 4
LibrarySort.types.size shouldBe 9
LibrarySort.types.size shouldBe 10
LibrarySort.directions.size shouldBe 2
}