File tree Expand file tree Collapse file tree
groovy/com/github/hauner/openapi/generatr
resources/params-path-simple-data-types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
3030 @Parameterized.Parameters (name = " {0}" )
3131 static Collection<TestSet > sources () {
3232 return [
33+ new TestSet (name : ' ref-into-another-file' ),
3334 new TestSet (name : ' no-response-content' ),
3435 new TestSet (name : ' response-simple-data-types' ),
3536 new TestSet (name : ' response-complex-data-types' ),
36- new TestSet (name : ' ref-into-another-file' ),
37- new TestSet (name : ' params-simple-data-types' ),
3837 new TestSet (name : ' response-array-data-type-mapping' ),
39- new TestSet (name : ' path-params-simple-data-types' )
38+ new TestSet (name : ' params-simple-data-types' ),
39+ new TestSet (name : ' params-path-simple-data-types' )
4040 ]
4141 }
4242
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments