From 083a99025eb0bf3cfec3ea74902d017b4b697583 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 15 Apr 2016 20:58:07 -0700 Subject: [PATCH] fix the haste version --- test/app-update-test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/app-update-test.js b/test/app-update-test.js index 5002381..f2b6229 100644 --- a/test/app-update-test.js +++ b/test/app-update-test.js @@ -3,7 +3,6 @@ /* * This tests an app update on the cloudron. There are * two versions of haste in the staging appstore - * com.hastebin.cloudronapp@0.1.1 and com.hastebin.cloudronapp@0.3.0 */ 'use strict'; @@ -19,7 +18,7 @@ require('colors'); process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; var BOX_VERSION = process.env.BOX_VERSION; -var APP_ID = 'com.hastebin.cloudronapp', APP_OLD_VERSION = '0.1.1', APP_NEW_VERSION = '0.3.0'; +var APP_ID = 'com.hastebin.cloudronapp', APP_OLD_VERSION = '0.4.0', APP_NEW_VERSION = '0.4.1'; describe('Application update test', function () { this.timeout(0);