File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ import kotlinx.serialization.encodeToString
14
14
import kotlin.test.*
15
15
import kotlin.time.Duration.Companion.milliseconds
16
16
17
+ { {#isCompositionClient} }
18
+ import com.algolia.client.model.{ {import} }.*RequestBody
19
+ { {/isCompositionClient} }
20
+
17
21
class { {clientPrefix} }Test {
18
22
19
23
{{#blocksBenchmark} }
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ import kotlinx.serialization.encodeToString
16
16
import kotlin.test.*
17
17
import kotlin.time.Duration.Companion.milliseconds
18
18
19
+ { {#isCompositionClient} }
20
+ import com.algolia.client.model.{ {import} }.*RequestBody
21
+ { {/isCompositionClient} }
22
+
19
23
class { {clientPrefix} }Test {
20
24
21
25
{{#blocksClient} }
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ import kotlinx.serialization.encodeToString
16
16
import kotlin.test.*
17
17
import kotlin.time.Duration.Companion.milliseconds
18
18
19
+ { {#isCompositionClient} }
20
+ import com.algolia.client.model.{ {import} }.*RequestBody
21
+ { {/isCompositionClient} }
22
+
19
23
class { {clientPrefix} }Test {
20
24
21
25
var client: {{client} };
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ import kotlinx.serialization.json.*
12
12
import kotlin.test.*
13
13
import kotlin.time.Duration.Companion.milliseconds
14
14
15
+ { {#isCompositionClient} }
16
+ import com.algolia.client.model.{ {import} }.*RequestBody
17
+ { {/isCompositionClient} }
18
+
15
19
class { {clientPrefix} }Test {
16
20
17
21
val client = {{client} }(
You can’t perform that action at this time.
0 commit comments