Skip to content

Commit 46f50a9

Browse files
committed
postgresql: remove jsonb tag from test
1 parent ed47f42 commit 46f50a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/adapter_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ func testPostgreSQLTypes(t *testing.T, sess sqlbuilder.Database) {
332332
Int64Value int64Compat `db:"int64_value"`
333333
Int64ValueArray int64CompatArray `db:"int64_value_array"`
334334

335-
IntegerArray Int64Array `db:"integer_array,jsonb"`
335+
IntegerArray Int64Array `db:"integer_array"`
336336
StringArray StringArray `db:"string_array,stringarray"`
337337
JSONBMap JSONBMap `db:"jsonb_map"`
338338

0 commit comments

Comments
 (0)