From de9c285b80bf32baad6d6ad45292bf002e613939 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 20 Mar 2024 19:25:34 +0530 Subject: [PATCH] Fixed DownloadOrOpenEpubAndPdfHandlerTest failing on API level 24. --- .../kiwixmobile/utils/DownloadOrOpenEpubAndPdfHandlerTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/DownloadOrOpenEpubAndPdfHandlerTest.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/DownloadOrOpenEpubAndPdfHandlerTest.kt index 0a1dd8ad64..e3aa749704 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/DownloadOrOpenEpubAndPdfHandlerTest.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/utils/DownloadOrOpenEpubAndPdfHandlerTest.kt @@ -28,7 +28,7 @@ import io.mockk.mockkStatic import io.mockk.slot import io.mockk.verify import org.junit.Before -import org.junit.Test +import org.junit.jupiter.api.Test import org.kiwix.kiwixmobile.core.R import org.kiwix.kiwixmobile.core.extensions.toast import org.kiwix.kiwixmobile.core.reader.ZimReaderContainer