Skip to content

Commit be417dc

Browse files
committed
Remove okio.EOFException
1 parent 9d1ab9a commit be417dc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

runtime/runtime-core/common/test/aws/smithy/kotlin/runtime/io/SdkBufferedSinkTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import kotlin.test.Test
99
import kotlin.test.assertContentEquals
1010
import kotlin.test.assertEquals
1111
import kotlin.test.assertFailsWith
12-
import okio.EOFException // FIXME Leaking abstraction. Should we be catching okio.EOFException and throwing aws.smithy.kotlin.runtime.io.EOFException in our I/O implementations?
1312

1413
// Test SdkBuffer implementation of SdkBufferedSink interface
1514
class SdkBufferSinkTest : AbstractBufferedSinkTest({ buffer -> buffer })

runtime/runtime-core/common/test/aws/smithy/kotlin/runtime/io/SdkBufferedSourceTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
package aws.smithy.kotlin.runtime.io
77

88
import kotlin.test.*
9-
import okio.EOFException
109

1110
/**
1211
* A (source, sink) connected pair. Writes to [sink] are read from [source]

0 commit comments

Comments
 (0)