Forgot this somehow

This commit is contained in:
Jack Hamilton 2024-10-12 18:55:23 -05:00
parent dae7a00b41
commit a9af255821

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
}