diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-03-29 08:48:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-29 08:48:11 +0000 |
commit | e8cbe6139e76d5d48bfd9db6a14789a0ee17adaa (patch) | |
tree | f9f9fe30c394d29a85325b3d42821a40ce4f1cf7 /src/test/javascript | |
parent | 911167cc45c8d6fdab59674e67a8373e894c2979 (diff) | |
parent | bb393ee2f520254b6fa47d282108790eeda95725 (diff) |
Merge "Rework deploy/undeploy UI"
Diffstat (limited to 'src/test/javascript')
-rw-r--r-- | src/test/javascript/propertyController.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/javascript/propertyController.test.js b/src/test/javascript/propertyController.test.js index 6cb779145..fbbc6beca 100644 --- a/src/test/javascript/propertyController.test.js +++ b/src/test/javascript/propertyController.test.js @@ -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', () => { |