Skip to content

Commit 9a6ca1a

Browse files
author
Sergey Mashkov
committed
IO: fix typo in test name
1 parent fdcf84e commit 9a6ca1a

File tree

1 file changed

+1
-1
lines changed
  • core/kotlinx-coroutines-io/src/test/kotlin/kotlinx/coroutines/experimental/io

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-io/src/test/kotlin/kotlinx/coroutines/experimental/io/PooledBufferTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class PooledBufferTest {
8585
}
8686

8787
@Test
88-
fun testCloseWithEerror() {
88+
fun testCloseWithError() {
8989
runBlocking {
9090
channel.writeFully("OK".toByteArray())
9191
assertEquals(1, allocated.size)

0 commit comments

Comments
 (0)