From 5ec1369384e9406403d8685c5e664c174ecb0216 Mon Sep 17 00:00:00 2001 From: Siddharth Agarwal Date: Tue, 25 Jun 2024 18:07:10 +0530 Subject: [PATCH] Fix lint error --- .../mobile/ui/designsystem/component/InputAgeTest.kt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/designsystem/src/desktopTest/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/InputAgeTest.kt b/designsystem/src/desktopTest/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/InputAgeTest.kt index 7b4e2ad7b..1404d638b 100644 --- a/designsystem/src/desktopTest/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/InputAgeTest.kt +++ b/designsystem/src/desktopTest/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/InputAgeTest.kt @@ -26,7 +26,6 @@ class InputAgeTest { // no-op }, ), - ) } @@ -48,7 +47,6 @@ class InputAgeTest { // no-op }, ), - ) } @@ -71,7 +69,6 @@ class InputAgeTest { inputType = it }, ), - ) } @@ -92,7 +89,6 @@ class InputAgeTest { // no-op }, ), - ) } @@ -115,7 +111,6 @@ class InputAgeTest { inputType = it }, ), - ) } @@ -137,7 +132,6 @@ class InputAgeTest { inputType = it }, ), - ) } @@ -163,8 +157,7 @@ class InputAgeTest { inputType = it }, ), - - ) + ) } rule.onNodeWithTag("INPUT_AGE_TIME_UNIT_SELECTOR").assertExists()