Skip to content

Commit 1928db8

Browse files
committed
fix template
1 parent 70c1d65 commit 1928db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/go/tests/client/tests.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ func Test{{#lambda.titlecase}}{{clientPrefix}}{{testType}}{{/lambda.titlecase}}{
5858
{{/shouldScope}}
5959
{{/isError}}
6060
{{#times}}
61-
{{/times}}
6261
}
62+
{{/times}}
6363
{{/steps}}
6464
}
6565

templates/php/tests/client/tests.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ public function test{{testIndex}}{{testType}}(): void
6666
{{/shouldScope}}
6767
{{/isError}}
6868
{{#times}}
69+
}
6970
{{/times}}
70-
}
7171
{{/steps}}
7272
}
7373

0 commit comments

Comments
 (0)