Fixed unit test

This commit is contained in:
Maddie Witman 2024-07-13 20:29:59 -04:00
parent 8562018917
commit f702839932

View File

@ -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
} }