Skip to content

Commit d93842b

Browse files
committed
rework
1 parent cc09223 commit d93842b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/test/scala/com/github/swagger/pekko/model/ModelToolSpec.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ class ModelToolSpec extends AnyWordSpec with Matchers {
3535
override val apiClasses: Set[Class[_]] = Set(classOf[PetHttpService], classOf[UserHttpService])
3636
}
3737
swaggerService.filteredSwagger should not be (null)
38-
// swaggerService.filteredSwagger.getComponents should not be (null)
39-
// val definitions = swaggerService.filteredSwagger.getComponents.getSchemas
40-
// definitions should not be null
41-
// definitions should have size 4
38+
//swaggerService.filteredSwagger.getComponents should not be (null)
39+
//val definitions = swaggerService.filteredSwagger.getComponents.getSchemas
40+
//definitions should not be null
41+
//definitions should have size 4
4242
// val smap = asScala(definitions)
4343
// smap should contain theSameElementsAs definitions.asScala
4444
}

src/test/scala/com/github/swagger/pekko/samples/DictHttpService.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import io.swagger.v3.oas.annotations.media.{Content, Schema}
1212
import io.swagger.v3.oas.annotations.parameters.RequestBody
1313
import io.swagger.v3.oas.annotations.responses.ApiResponse
1414

15-
//@Api(value = "/dict", description = "This is a dictionary api.")
1615
@Path("/dict")
1716
trait DictHttpService
1817
extends Directives

0 commit comments

Comments
 (0)