Skip to content

Commit 33340c6

Browse files
committed
Add the blank line ktlint wants before the timeout comment
1 parent 1d95400 commit 33340c6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

composeApp/src/androidTest/kotlin/com/anish/expirydatereminder/ui/ItemJourneyTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ class ItemJourneyTest {
202202
const val SOUP = "EdrJourneySoup"
203203
const val TABLETS = "EdrJourneyTablets"
204204
const val RENAMED = "EdrJourneyRenamed"
205+
205206
// Generous because a cold CI emulator is far slower than a warm local one, and a
206207
// timeout here reports as a behaviour failure rather than as the machine being busy.
207208
const val TIMEOUT_MS = 15_000L

composeApp/src/androidTest/kotlin/com/anish/expirydatereminder/ui/items/AddItemFlowTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ class AddItemFlowTest {
138138
private companion object {
139139
const val FIRST = "EdrTestItemOne"
140140
const val SECOND = "EdrTestItemTwo"
141+
141142
// Generous because a cold CI emulator is far slower than a warm local one, and a
142143
// timeout here reports as a behaviour failure rather than as the machine being busy.
143144
const val TIMEOUT_MS = 15_000L

0 commit comments

Comments
 (0)