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

View File

@ -78,7 +78,7 @@ describe('Cloudron backup testing', function () {
it('can backup the box', function () { it('can backup the box', function () {
backupInfo = cloudron.backup(); 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 () { it('can restore the box', function () {