Skip to content

Commit ca574b0

Browse files
committed
add a small delay for avoid on wasm
1 parent 1e17cb5 commit ca574b0

File tree

2 files changed

+2
-1
lines changed
  • KtorKMPFileCaching/src/commonTest/kotlin/fr/frankois944/ktorfilecaching

2 files changed

+2
-1
lines changed

KtorKMPFileCaching/src/commonTest/kotlin/fr/frankois944/ktorfilecaching/Test.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class CommonGreetingTest {
224224
)
225225
}
226226

227+
delay(500)
227228
val client =
228229
ApiClient(
229230
HttpClient(mockEngine) {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ktor KMP File Caching
2-
[![Tests](https://github.com/frankois944/KtorKMPFileCaching/actions/workflows/blank.yml/badge.svg)](https://github.com/frankois944/KtorKMPFileCaching/actions/workflows/blank.yml)
2+
[![Tests](https://github.com/frankois944/KtorKMPFileCaching/actions/workflows/tests.yml/badge.svg)](https://github.com/frankois944/KtorKMPFileCaching/actions/workflows/tests.yml)
33

44
This project add a file caching for [Ktor client caching](https://ktor.io/docs/client-caching.html).
55

0 commit comments

Comments
 (0)