Skip to content

Commit 017827f

Browse files
committed
fix tests
1 parent 06d11e9 commit 017827f

3 files changed

Lines changed: 162 additions & 233 deletions

File tree

db/indextest/indextest_test.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -285,21 +285,6 @@ func TestInitializeIndexes(t *testing.T) {
285285
},
286286
},
287287
},
288-
{
289-
collections: true,
290-
expectedIndexes: db.CollectionIndexes{
291-
defaultCollection: map[string]struct{}{
292-
"sg_roles_1": struct{}{},
293-
"sg_users_1": struct{}{},
294-
},
295-
namedCollection: map[string]struct{}{
296-
"sg_access_1": struct{}{},
297-
"sg_allDocs_1": struct{}{},
298-
"sg_channels_1": struct{}{},
299-
"sg_roleAccess_1": struct{}{},
300-
},
301-
},
302-
},
303288
}
304289

305290
for _, test := range tests {

0 commit comments

Comments
 (0)