From 25d18b98e523a9f481e1c2ac778963a4103f83b3 Mon Sep 17 00:00:00 2001 From: Jacob Powers Date: Wed, 10 Jun 2020 09:26:59 -0700 Subject: [PATCH] fix regression --- aclitem_array_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/aclitem_array_test.go b/aclitem_array_test.go index f1dbc663..fb1e93fc 100644 --- a/aclitem_array_test.go +++ b/aclitem_array_test.go @@ -29,6 +29,7 @@ func TestACLItemArrayTranscode(t *testing.T) { {String: "=r/postgres", Status: pgtype.Present}, {String: "postgres=arwdDxt/postgres", Status: pgtype.Present}, //{String: `postgres=arwdDxt/" tricky, ' } "" \ test user "`, Status: pgtype.Present}, + {String: `postgres=arwdDxt/postgres`, Status: pgtype.Present}, // todo: remove after fixing above case {String: "=r/postgres", Status: pgtype.Present}, {Status: pgtype.Null}, {String: "=r/postgres", Status: pgtype.Present},