Suppress ktlint:standard:function-naming in ResultKtTest

pull/1094/head
lihenggui 2 years ago
parent d671126f9e
commit 485440b550

@ -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