Skip to content

Commit 65499bb

Browse files
Removed useless code for clarity
1 parent 1d6ed36 commit 65499bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/kotlin/org/acme/ExampleResourceTest.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ class ExampleResourceTest {
4242
fun `Passing test using S3 built-in Publisher`() = runBlocking {
4343
val minIOExecutable = File("minio").absoluteFile
4444

45-
val chunks = ArrayList<ByteBuffer>()
46-
readFromFile(minIOExecutable.toPath()).collect {
47-
chunks.add(it)
48-
}
49-
5045
val requestBody = AsyncRequestBody.fromFile(minIOExecutable)
5146

5247
runTestWorkflow(minIOExecutable, "test3-bucket", requestBody)

0 commit comments

Comments
 (0)