Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed Mar 18, 2024
1 parent 306d9a9 commit c06a8fe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ import io.kotest.assertions.throwables.shouldThrow
import io.kotest.matchers.nulls.shouldNotBeNull
import io.kotest.matchers.shouldBe
import io.ktor.http.HttpStatusCode
import kotlin.time.Duration.Companion.seconds
import kotlinx.coroutines.flow.collect
import kotlinx.coroutines.flow.first
import kotlinx.coroutines.flow.toList
import kotlinx.coroutines.withTimeout
import org.junit.Test
import kotlin.time.Duration.Companion.seconds

internal class StreamingSnapshotTests {
private val testTimeout = 5.seconds
Expand Down Expand Up @@ -91,7 +91,6 @@ internal class StreamingSnapshotTests {
val part = responseList.first().candidates?.first()?.content?.parts?.first() as? TextPart
part.shouldNotBeNull()
part.text shouldsContain "\""

}
}

Expand Down

0 comments on commit c06a8fe

Please sign in to comment.