You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/runtime-core/common/test/aws/smithy/kotlin/runtime/io/SdkBufferedSinkTest.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ import kotlin.test.Test
9
9
importkotlin.test.assertContentEquals
10
10
importkotlin.test.assertEquals
11
11
importkotlin.test.assertFailsWith
12
-
importokio.EOFException// FIXME Leaking abstraction. Should we be catching okio.EOFException and throwing aws.smithy.kotlin.runtime.io.EOFException in our I/O implementations?
13
12
14
13
// Test SdkBuffer implementation of SdkBufferedSink interface
0 commit comments