not sure how it passed so far

This commit is contained in:
Girish Ramakrishnan 2016-04-20 00:01:16 -07:00
parent 4caa1d01fe
commit 29e108c0b4
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ describe('Custom domain test', function () {
it('can backup the box', function () {
backupInfo = cloudron.backup();
assert.strictEqual(backupInfo.dependsOn.length, 1);
assert.strictEqual(backupInfo.dependsOn.length, 2); // one preinstalled app, one test app
});
it('can restore the box', function () {