forked from loafle/openapi-generator-original
remove println from scala test
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package io.swagger.client.api
|
||||
|
||||
import io.swagger.client.model.Pet
|
||||
import java.io.File
|
||||
import io.swagger.client.model.ApiResponse
|
||||
import java.io.File
|
||||
import io.swagger.client.ApiInvoker
|
||||
import io.swagger.client.ApiException
|
||||
|
||||
|
||||
@@ -80,7 +80,6 @@ class PetApiTest extends FlatSpec with Matchers {
|
||||
}
|
||||
|
||||
it should "find pets by tag" in {
|
||||
println("finding by tags")
|
||||
api.findPetsByTags(List("tag1", "tag2")) match {
|
||||
case Some(pets) => {
|
||||
pets.foreach(pet => {
|
||||
|
||||
Reference in New Issue
Block a user