format code

pull/1837/head
Tobi Oyelekan 8 months ago
parent 0dcd2fda22
commit de4998f1d6

@ -31,7 +31,8 @@ class TopicDaoTest : TestDatabaseSetup() {
val savedTopics = topicDao.getTopicEntities().first()
assertEquals(
listOf("1", "2", "3"), savedTopics.map { it.id },
listOf("1", "2", "3"),
savedTopics.map { it.id },
)
}
@ -51,7 +52,8 @@ class TopicDaoTest : TestDatabaseSetup() {
val savedTopics = topicDao.getOneOffTopicEntities()
assertEquals(
listOf("1", "2", "3"), savedTopics.map { it.id },
listOf("1", "2", "3"),
savedTopics.map { it.id },
)
}

Loading…
Cancel
Save