Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed Jan 17, 2024
1 parent 6acbf71 commit 44eb582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import android.os.Message
import android.os.Messenger
import androidx.test.core.app.ApplicationProvider.getApplicationContext
import androidx.test.rule.ServiceTestRule
import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.test.TestCoroutineDispatcher
import kotlinx.coroutines.test.UnconfinedTestDispatcher
import kotlinx.coroutines.test.runTest
import org.junit.Assert.assertEquals
Expand Down Expand Up @@ -46,7 +44,8 @@ class EndpointPreRegistrationServiceTest {
@Inject
lateinit var internetGatewayPreferences: InternetGatewayPreferences

private val coroutineContext get() = app.backgroundScope.coroutineContext + UnconfinedTestDispatcher()
private val coroutineContext
get() = app.backgroundScope.coroutineContext + UnconfinedTestDispatcher()

@Before
fun setUp() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package tech.relaycorp.gateway.data.disk

import androidx.test.core.app.ApplicationProvider
import kotlinx.coroutines.test.runBlockingTest
import kotlinx.coroutines.test.runTest
import org.junit.Assert.assertEquals
import org.junit.Test
Expand Down

0 comments on commit 44eb582

Please sign in to comment.