We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5552c0 commit f7c4270Copy full SHA for f7c4270
kotlin-libraries-http/src/test/kotlin/com/baeldung/retrofit/FileDownloadServiceTest.kt renamed to kotlin-libraries-http/src/test/kotlin/com/baeldung/retrofit/FileDownloadServiceUnitTest.kt
@@ -5,10 +5,10 @@ import org.junit.Test
5
import java.io.File
6
import kotlin.test.assertTrue
7
8
-class FileDownloadServiceTest {
+class FileDownloadServiceUnitTest {
9
10
@Test
11
- fun `test successful file download`(): Unit = runBlocking {
+ fun testSuccessfulFileDownload(): Unit = runBlocking {
12
13
// File to store the downloaded content
14
val outputFile = File("test_sample.pdf")
0 commit comments