Skip to content

Commit 107527f

Browse files
committed
Format kotlin to fix build
1 parent 5ce9ec0 commit 107527f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

restdocs-api-spec-jsonschema/src/test/kotlin/com/epages/restdocs/apispec/jsonschema/JsonSchemaFromFieldDescriptorsGeneratorTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import org.json.JSONObject
2424
import org.junit.jupiter.api.Test
2525
import java.io.IOException
2626
import java.util.Collections.emptyMap
27-
import java.util.regex.Pattern
2827
import javax.validation.constraints.NotNull
2928

3029
class JsonSchemaFromFieldDescriptorsGeneratorTest {
@@ -55,7 +54,6 @@ class JsonSchemaFromFieldDescriptorsGeneratorTest {
5554
val patternSchema = objectSchema.propertySchemas["pattern"] as StringSchema
5655
then(patternSchema.pattern.pattern()).isEqualTo("[a-z]")
5756

58-
5957
then(objectSchema.definesProperty("shippingAddress")).isTrue()
6058
val shippingAddressSchema = objectSchema.propertySchemas["shippingAddress"]!!
6159
then(shippingAddressSchema).isInstanceOf(ObjectSchema::class.java)

0 commit comments

Comments
 (0)