Skip to content

Commit

Permalink
chore: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Aug 29, 2022
1 parent c275cc2 commit 400ceaf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -149,7 +149,7 @@ public void testPgJsonbAsPrimaryKey() {

@Test
public void testPgJsonbInSecondaryIndex() {
// JSONB is not allowed as a primary key.
// JSONB is not allowed as a key in a secondary index.
ExecutionException executionException =
assertThrows(
ExecutionException.class,
Expand Down

0 comments on commit 400ceaf

Please sign in to comment.