group -> list

This commit is contained in:
Girish Ramakrishnan
2019-08-23 15:09:06 -07:00
parent d0a373cb15
commit 8af7dbc35a
6 changed files with 13 additions and 13 deletions

View File

@@ -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();
});