Skip to content

Commit f7c4270

Browse files
committed
KTLN-860: Fixed unit tests
Signed-off-by: Diego Torres <[email protected]>
1 parent a5552c0 commit f7c4270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin-libraries-http/src/test/kotlin/com/baeldung/retrofit/FileDownloadServiceTest.kt renamed to kotlin-libraries-http/src/test/kotlin/com/baeldung/retrofit/FileDownloadServiceUnitTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import org.junit.Test
55
import java.io.File
66
import kotlin.test.assertTrue
77

8-
class FileDownloadServiceTest {
8+
class FileDownloadServiceUnitTest {
99

1010
@Test
11-
fun `test successful file download`(): Unit = runBlocking {
11+
fun testSuccessfulFileDownload(): Unit = runBlocking {
1212

1313
// File to store the downloaded content
1414
val outputFile = File("test_sample.pdf")

0 commit comments

Comments
 (0)