remove println from scala test

This commit is contained in:
wing328
2016-06-18 15:08:55 +08:00
parent 04b15bab15
commit 04748484ba
2 changed files with 1 additions and 2 deletions
@@ -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 => {