Skip to content

Commit 413f0e2

Browse files
authored
Merge pull request #318 from fobo66/patch-2
Fixed issue with retrofit2 generator fail
2 parents 151d887 + c0a8fe3 commit 413f0e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/handlebars/Java/libraries/retrofit2/api_test.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class {{classname}}Test {
2828
{{#operations}}
2929
{{#operation}}
3030
{{#contents}}
31-
{{#@ƒirst}}
31+
{{#@first}}
3232

3333
/**
3434
* {{summary}}
@@ -44,7 +44,7 @@ public class {{classname}}Test {
4444

4545
// TODO: test validations
4646
}
47-
{{/@ƒirst}}
47+
{{/@first}}
4848
{{/contents}}
4949
{{/operation}}
5050
{{/operations}}

0 commit comments

Comments
 (0)