From 46f50a98f8d5d77d1d4631f1bcc0ce6496e55734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= Date: Sat, 19 Aug 2017 13:30:54 +0000 Subject: [PATCH] postgresql: remove jsonb tag from test --- postgresql/adapter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/adapter_test.go b/postgresql/adapter_test.go index b2911a39..fa779849 100644 --- a/postgresql/adapter_test.go +++ b/postgresql/adapter_test.go @@ -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"`