Skip to content

Commit 400ceaf

Browse files
committed
chore: address review comments
1 parent c275cc2 commit 400ceaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITPgJsonbTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public void testPgJsonbAsPrimaryKey() {
149149

150150
@Test
151151
public void testPgJsonbInSecondaryIndex() {
152-
// JSONB is not allowed as a primary key.
152+
// JSONB is not allowed as a key in a secondary index.
153153
ExecutionException executionException =
154154
assertThrows(
155155
ExecutionException.class,

0 commit comments

Comments
 (0)