Skip to content

Commit 02d67c5

Browse files
committed
Add comment over TODO to describe the scenario
1 parent 4c03d23 commit 02d67c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-vertexai/src/test/java/com/google/firebase/vertexai/common/util/descriptorToJson.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ internal fun typeNameFromKind(kind: SerialKind): String {
133133
StructureKind.LIST -> "array"
134134
SerialKind.ENUM -> "string"
135135
StructureKind.MAP -> "object"
136+
/* Only add new cases if they show up in actual test scenarios. */
136137
else -> TODO()
137138
}
138139
}

0 commit comments

Comments
 (0)