Skip to content

Commit 6d00862

Browse files
committed
fix kotlin cts
1 parent 9765768 commit 6d00862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/kotlin/tests/client/tests.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ fun `{{#lambda.replaceBacktick}}{{{testName}}}{{/lambda.replaceBacktick}}`() = r
1010
for (i in 1..{{.}}) {
1111
{{/times}}
1212
{{#isError}}
13+
1314
assertFails {
1415
{{#dynamicTemplate}}{{/dynamicTemplate}}
1516
}.let { error -> assertError(error, "{{{expectedError}}}".replace("%localhost%", if (System.getenv("CI") == "true") "localhost" else "host.docker.internal")) }

0 commit comments

Comments
 (0)