mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Fixed unit test
This commit is contained in:
parent
8562018917
commit
f702839932
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue