We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189c9f1 commit 822a22eCopy full SHA for 822a22e
core/storage/couchStorage_test.go
@@ -58,6 +58,9 @@ func TestCouchStorageOrgDeleteNotifications(t *testing.T) {
58
testStorageOrgDeleteNotifications(common.Couch, t)
59
}
60
61
+func TestCouchStorageOrgDeleteACLs(t *testing.T) {
62
+ testStorageOrgDeleteACLs(common.Couch, t)
63
+}
64
func TestCouchStorageMessagingGroups(t *testing.T) {
65
testStorageMessagingGroups(common.Couch, t)
66
0 commit comments