there is one preinstalled app haste

This commit is contained in:
Girish Ramakrishnan 2016-04-06 11:26:02 -07:00
parent 996faaddfb
commit 37ff12b8c2
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ describe('Cloudron backup testing', function () {
it('can backup the box', function () {
backupInfo = cloudron.backup();
assert.strictEqual(backupInfo.dependsOn.length, 1);
assert.strictEqual(backupInfo.dependsOn.length, 2); // 'haste' app is preinstalled
});
it('can restore the box', function () {