Skip to content

Commit 9aeb7dc

Browse files
dkhalanskyjbpablobaxter
authored andcommitted
Fix a typo in an exception message (Kotlin#2693)
1 parent db6bb3e commit 9aeb7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-debug/src/junit/junit5/CoroutinesTimeoutExtension.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import java.lang.reflect.*
1212
import java.util.*
1313
import java.util.concurrent.atomic.*
1414

15-
internal class CoroutinesTimeoutException(val timeoutMs: Long): Exception("test timed out ofter $timeoutMs ms")
15+
internal class CoroutinesTimeoutException(val timeoutMs: Long): Exception("test timed out after $timeoutMs ms")
1616

1717
/**
1818
* This JUnit5 extension allows running test, test factory, test template, and lifecycle methods in a separate thread,

0 commit comments

Comments
 (0)