Skip to content

Commit f5e46ad

Browse files
committed
improved layout/order
1 parent e6eab6a commit f5e46ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrEndToEndTest.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/testInt/resources/path-params-simple-data-types/generated/api/EndpointApi.java renamed to src/testInt/resources/params-path-simple-data-types/generated/api/EndpointApi.java

File renamed without changes.

src/testInt/resources/path-params-simple-data-types/openapi.yaml renamed to src/testInt/resources/params-path-simple-data-types/openapi.yaml

File renamed without changes.

0 commit comments

Comments
 (0)