Skip to content

Commit

Permalink
fix: [ANDROAPP-6493] ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Nov 14, 2024
1 parent 1710cee commit 389f3c2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ import org.dhis2.commons.resources.DhisPeriodUtils
import org.dhis2.usescases.eventsWithoutRegistration.eventDetails.data.EventDetailsRepository
import org.dhis2.usescases.eventsWithoutRegistration.eventDetails.providers.EventDetailResourcesProvider
import org.hisp.dhis.android.core.event.Event
import org.hisp.dhis.android.core.period.PeriodType
import org.hisp.dhis.android.core.program.ProgramStage
import org.junit.Assert.assertEquals
import org.junit.Assert.assertFalse
import org.junit.Assert.assertTrue
import org.junit.Test
import org.mockito.kotlin.any
import org.mockito.kotlin.doReturn
import org.mockito.kotlin.mock
import org.mockito.kotlin.whenever
Expand Down Expand Up @@ -89,7 +87,6 @@ class ConfigureEventReportDateTest {
assert(eventDate.label == NEXT_EVENT)
}


@Test
fun `Get next period when creating scheduled event`() = runBlocking {
// Given the creation of new scheduled event
Expand Down

0 comments on commit 389f3c2

Please sign in to comment.