Skip to content

Commit 822a22e

Browse files
committed
Issue 47 - Added unit test for ACL cleanup
Signed-off-by: Anukriti Jain <[email protected]>
1 parent 189c9f1 commit 822a22e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/storage/couchStorage_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ func TestCouchStorageOrgDeleteNotifications(t *testing.T) {
5858
testStorageOrgDeleteNotifications(common.Couch, t)
5959
}
6060

61+
func TestCouchStorageOrgDeleteACLs(t *testing.T) {
62+
testStorageOrgDeleteACLs(common.Couch, t)
63+
}
6164
func TestCouchStorageMessagingGroups(t *testing.T) {
6265
testStorageMessagingGroups(common.Couch, t)
6366
}

0 commit comments

Comments
 (0)