@@ -1051,8 +1051,8 @@ describe('database', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it('getPaged succeeds', function (done) {
|
||||
backupdb.getPaged(backupdb.BACKUP_TYPE_BOX, 1, 5, function (error, results) {
|
||||
it('getByTypePaged succeeds', function (done) {
|
||||
backupdb.getByTypePaged(backupdb.BACKUP_TYPE_BOX, 1, 5, function (error, results) {
|
||||
expect(error).to.be(null);
|
||||
expect(results).to.be.an(Array);
|
||||
expect(results.length).to.be(1);
|
||||
|
||||
Reference in New Issue
Block a user