Skip to content

Commit cc6c41d

Browse files
authored
Fix a typo in an exception message (#2693)
1 parent 65e1b84 commit cc6c41d

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)