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/protocol/http-client-engines/http-client-engine-crt/jvmAndNative/test/aws/smithy/kotlin/runtime/http/engine/crt/SdkStreamResponseHandlerTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ class SdkStreamResponseHandlerTest {
155
155
156
156
@Test
157
157
funtestStreamError() = runTest {
158
-
CRT.initRuntime()
158
+
CRT.initRuntime()// CRT needs to be initialized for human-readable error codes
159
159
val handler =SdkStreamResponseHandler(mockConn, coroutineContext)
0 commit comments