Skip to content

Commit 563beaf

Browse files
author
zerox80
committed
detekt fix
1 parent 3578752 commit 563beaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencloudComLibrary/src/test/java/eu/opencloud/android/lib/resources/files/tus/TusIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class TusIntegrationTest {
198198
// Verify body content
199199
val bodySize = request.bodySize
200200
assertEquals(firstChunkSize, bodySize)
201-
201+
202202
// Verify body bytes (first 50 bytes of the file)
203203
val expectedBytes = ByteArray(firstChunkSize.toInt()) { it.toByte() }
204204
val actualBytes = request.body.readByteArray()

0 commit comments

Comments
 (0)