diff --git a/test/new-user-test.js b/test/new-user-test.js index a926258..105147e 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -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();