From 9fb4c6a64b9759241e5b396690cb04f9f12e1faa Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Wed, 21 Feb 2024 21:22:30 +0900 Subject: [PATCH] Import org.junit.Assert.assertNull --- .../apps/nowinandroid/feature/search/SearchViewModelTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/feature/search/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/search/SearchViewModelTest.kt b/feature/search/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/search/SearchViewModelTest.kt index df60b6be4..e68ea8d67 100644 --- a/feature/search/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/search/SearchViewModelTest.kt +++ b/feature/search/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/search/SearchViewModelTest.kt @@ -37,6 +37,7 @@ import kotlinx.coroutines.flow.first import kotlinx.coroutines.launch import kotlinx.coroutines.test.UnconfinedTestDispatcher import kotlinx.coroutines.test.runTest +import org.junit.Assert.assertNull import org.junit.Before import org.junit.Rule import org.junit.Test