We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c42a3 commit 988b28eCopy full SHA for 988b28e
common/src/jvmTest/kotlin/com/tddworks/common/network/api/ktor/DefaultHttpRequesterTest.kt
@@ -202,7 +202,7 @@ class DefaultHttpRequesterTest : AutoCloseKoinTest() {
202
}
203
204
@Test
205
- fun `should not return chat stream completion response when it's empty response`() = runTest {
+ fun `should not return chat stream completion response when it's empty response`() = runBlocking {
206
httpClient = mockHttpClient("")
207
208
val requester = DefaultHttpRequester(httpClient)
0 commit comments