This commit is contained in:
Girish Ramakrishnan 2016-05-03 12:33:28 -07:00
parent 4e4054c83f
commit 0d5a2fbf16
1 changed files with 1 additions and 1 deletions

View File

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