Skip to content

Commit e936364

Browse files
authored
Fix test after upgrade micronaut-data (#2383)
1 parent 4efdff4 commit e936364

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPageSpec.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ class MyBean {}
8585
sortOrderSchema.properties.ignoreCase
8686
sortOrderSchema.properties.direction
8787
sortOrderSchema.properties.property
88-
sortOrderSchema.properties.ascending
8988

9089
sortOrderDirectionSchema.enum[0] == 'ASC'
9190
sortOrderDirectionSchema.enum[1] == 'DESC'

0 commit comments

Comments
 (0)