Skip to content

Commit fb2b580

Browse files
committed
no longer pending
1 parent f0cc1ee commit fb2b580

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
3939
// new TestSet(name: 'params-complex-data-types'),
4040
new TestSet(name: 'params-path-simple-data-types'),
4141
new TestSet(name: 'params-request-body'),
42-
new TestSet(name: 'params-spring-pageable-mapping')
42+
new TestSet(name: 'params-spring-pageable-mapping'),
43+
new TestSet(name: 'params-enum')
4344
]
4445
}
4546

0 commit comments

Comments
 (0)