Skip to content

Commit 720b8bb

Browse files
committed
chore: minor fix
1 parent 1bfa894 commit 720b8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/commonTest/kotlin/dev/suresh/CommonTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CommonTest {
2828
}
2929

3030
@Test
31-
fun httpClient() = runTest {
31+
fun testHttpClient() = runTest {
3232
val mockEngine = MockEngine { req ->
3333
respondError(HttpStatusCode.BadRequest, "Client Error Response")
3434
}

0 commit comments

Comments
 (0)