diff --git a/test/cloudron-update-test.js b/test/cloudron-update-test.js index c43f2e9..7a00be6 100644 --- a/test/cloudron-update-test.js +++ b/test/cloudron-update-test.js @@ -41,7 +41,7 @@ describe('Cloudron update testing', function () { assert.strictEqual(toVersion, BOX_VERSION); nextVersion = boxVersions[0]; - console.log('Will test update from %s to %s', fromVersion.yellow, toVersion.yellow); + console.log('Will test update from %s to %s and then %s', fromVersion.yellow, toVersion.yellow, nextVersion.yellow); }); it('can login to the store', function () {