Suppress ktlint:standard:function-naming in ResultKtTest

pull/1837/head
lihenggui 2 years ago
parent 9dac5b80c3
commit 97ecd911c5

@ -24,8 +24,9 @@ import kotlin.test.assertEquals
class ResultKtTest { class ResultKtTest {
@Suppress("ktlint:standard:function-naming")
@Test @Test
fun result_catches_errors() = runTest { fun Result_catches_errors() = runTest {
flow { flow {
emit(1) emit(1)
throw Exception("Test Done") throw Exception("Test Done")

Loading…
Cancel
Save