Skip to content

Commit

Permalink
Remove okio.EOFException
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Jan 9, 2025
1 parent 9d1ab9a commit be417dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import kotlin.test.Test
import kotlin.test.assertContentEquals
import kotlin.test.assertEquals
import kotlin.test.assertFailsWith
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?

// Test SdkBuffer implementation of SdkBufferedSink interface
class SdkBufferSinkTest : AbstractBufferedSinkTest({ buffer -> buffer })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package aws.smithy.kotlin.runtime.io

import kotlin.test.*
import okio.EOFException

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

0 comments on commit be417dc

Please sign in to comment.