Skip to content

Commit 485440b

Browse files
committed
Suppress ktlint:standard:function-naming in ResultKtTest
1 parent d671126 commit 485440b

File tree

1 file changed

+2
-1
lines changed
  • core/common/src/test/kotlin/com/google/samples/apps/nowinandroid/core/result

1 file changed

+2
-1
lines changed

core/common/src/test/kotlin/com/google/samples/apps/nowinandroid/core/result/ResultKtTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ import kotlin.test.assertEquals
2424

2525
class ResultKtTest {
2626

27+
@Suppress("ktlint:standard:function-naming")
2728
@Test
28-
fun result_catches_errors() = runTest {
29+
fun Result_catches_errors() = runTest {
2930
flow {
3031
emit(1)
3132
throw Exception("Test Done")

0 commit comments

Comments
 (0)