We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c92be commit 63efc4fCopy full SHA for 63efc4f
modules/swagger-generator/src/test/scala/GeneratorInputTest.scala
@@ -14,6 +14,5 @@ class GeneratorInputTest extends FlatSpec with Matchers {
14
it should "write an object" in {
15
val obj = new GeneratorInput()
16
obj.setSwaggerUrl("http://petstore.swagger.io/v2/swagger.json")
17
- Json.prettyPrint(obj)
18
}
19
0 commit comments