v0.2.4: Add ArcaLive (아카라이브) hotdeal support & settings toggle & main filter
This commit is contained in:
@@ -69,6 +69,17 @@ class SiteTypeTest {
|
|||||||
assertTrue(site.boards.any { it.id == "allsell" })
|
assertTrue(site.boards.any { it.id == "allsell" })
|
||||||
assertTrue(site.boards.any { it.id == "jirum" })
|
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
|
@Test
|
||||||
fun `all SiteTypes should have at least one board`() {
|
fun `all SiteTypes should have at least one board`() {
|
||||||
|
|||||||
Reference in New Issue
Block a user