This commit is contained in:
Girish Ramakrishnan 2016-05-03 12:33:28 -07:00
parent 4e4054c83f
commit 0d5a2fbf16

View File

@ -64,7 +64,7 @@ describe('Appstore new user flow', function () {
}); });
it('can get the timezone', function () { it('can get the timezone', function () {
cloudron.checkTimezone('America/New_York'); cloudron.checkTimeZone('America/New_York');
}); });
var location = 'haste' + (Math.random() * 10000).toFixed(); var location = 'haste' + (Math.random() * 10000).toFixed();