Skip to content

Commit 40c8268

Browse files
Update firebase-ai/src/test/java/com/google/firebase/ai/type/ThinkingConfigTest.kt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 8d76ee4 commit 40c8268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-ai/src/test/java/com/google/firebase/ai/type/ThinkingConfigTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ internal class ThinkingConfigTest {
4040
}
4141

4242
@Test
43-
fun `Include though thinkingConfig`() {
43+
fun `Include thought thinkingConfig`() {
4444
val thinkingConfig = ThinkingConfig.Builder().setIncludeThoughts(true).build()
4545
// CamelCase or snake_case work equally fine
4646
val expectedJson =

0 commit comments

Comments
 (0)