Rework deploy/undeploy UI
[clamp.git] / src / test / javascript / propertyController.test.js
index 6cb7791..fbbc6be 100644 (file)
@@ -31,8 +31,8 @@ describe('Property controller tests', function() {
                  expect(propertyController.getMsUI("test")).toEqual(null);
        });
 
-       test('getStatus', () => {
-                 expect(propertyController.getStatus()).toEqual('DESIGN');
+       test('getLastUpdatedStatus', () => {
+                 expect(propertyController.getLastUpdatedStatus()).toEqual('DESIGN');
        });
 
        test('getDeploymentID', () => {