group -> list
This commit is contained in:
@@ -2127,7 +2127,7 @@ describe('database', function () {
|
||||
});
|
||||
|
||||
it('cannot get non-existing group', function (done) {
|
||||
mailboxdb.getGroup('random', DOMAIN_0.domain, function (error) {
|
||||
mailboxdb.getList('random', DOMAIN_0.domain, function (error) {
|
||||
expect(error.reason).to.be(DatabaseError.NOT_FOUND);
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user