File tree Expand file tree Collapse file tree 2 files changed +1
-32
lines changed
app/src/androidTest/java/com/pp/jetweatherfy
presentation/src/test/java/com/pp/jetweatherfy/presentation Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ package com.pp.jetweatherfy
1717
1818import androidx.compose.ui.test.junit4.createAndroidComposeRule
1919import androidx.test.ext.junit.runners.AndroidJUnit4
20+ import com.google.accompanist.insets.ProvideWindowInsets
2021import com.pp.jetweatherfy.domain.usecases.cities.AddCity
2122import com.pp.jetweatherfy.domain.usecases.cities.FetchCities
2223import com.pp.jetweatherfy.domain.usecases.forecast.FetchForecast
@@ -27,7 +28,6 @@ import com.pp.jetweatherfy.presentation.forecast.ForecastScreen
2728import com.pp.jetweatherfy.presentation.forecast.ForecastViewModel
2829import com.pp.jetweatherfy.presentation.forecast.state.ViewStatus
2930import com.pp.jetweatherfy.presentation.theme.JetWeatherfyTheme
30- import dev.chrisbanes.accompanist.insets.ProvideWindowInsets
3131import kotlinx.coroutines.ExperimentalCoroutinesApi
3232import kotlinx.coroutines.test.TestCoroutineDispatcher
3333import kotlinx.coroutines.test.TestCoroutineScope
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments