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 1d6ed36 commit 65499bbCopy full SHA for 65499bb
src/test/kotlin/org/acme/ExampleResourceTest.kt
@@ -42,11 +42,6 @@ class ExampleResourceTest {
42
fun `Passing test using S3 built-in Publisher`() = runBlocking {
43
val minIOExecutable = File("minio").absoluteFile
44
45
- val chunks = ArrayList<ByteBuffer>()
46
- readFromFile(minIOExecutable.toPath()).collect {
47
- chunks.add(it)
48
- }
49
-
50
val requestBody = AsyncRequestBody.fromFile(minIOExecutable)
51
52
runTestWorkflow(minIOExecutable, "test3-bucket", requestBody)
0 commit comments