Skip to content

Commit

Permalink
postgresql: remove jsonb tag from test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Aug 19, 2017
1 parent ed47f42 commit 46f50a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func testPostgreSQLTypes(t *testing.T, sess sqlbuilder.Database) {
Int64Value int64Compat `db:"int64_value"`
Int64ValueArray int64CompatArray `db:"int64_value_array"`

IntegerArray Int64Array `db:"integer_array,jsonb"`
IntegerArray Int64Array `db:"integer_array"`
StringArray StringArray `db:"string_array,stringarray"`
JSONBMap JSONBMap `db:"jsonb_map"`

Expand Down

0 comments on commit 46f50a9

Please sign in to comment.