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 3578752 commit 563beafCopy full SHA for 563beaf
opencloudComLibrary/src/test/java/eu/opencloud/android/lib/resources/files/tus/TusIntegrationTest.kt
@@ -198,7 +198,7 @@ class TusIntegrationTest {
198
// Verify body content
199
val bodySize = request.bodySize
200
assertEquals(firstChunkSize, bodySize)
201
-
+
202
// Verify body bytes (first 50 bytes of the file)
203
val expectedBytes = ByteArray(firstChunkSize.toInt()) { it.toByte() }
204
val actualBytes = request.body.readByteArray()
0 commit comments