v0.2.4: Add ArcaLive (아카라이브) hotdeal support & settings toggle & main filter
This commit is contained in:
@@ -70,6 +70,17 @@ class SiteTypeTest {
|
||||
assertTrue(site.boards.any { it.id == "jirum" })
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `ARCALIVE should have correct boards`() {
|
||||
// Given
|
||||
val site = SiteType.ARCALIVE
|
||||
|
||||
// Then
|
||||
assertEquals("아카라이브", site.displayName)
|
||||
assertEquals(1, site.boards.size)
|
||||
assertTrue(site.boards.any { it.id == "hotdeal" })
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `all SiteTypes should have at least one board`() {
|
||||
// When
|
||||
|
||||
Reference in New Issue
Block a user