mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +00:00
[Edit] Update EditController spec
Update tests for EditController to match updated usage of domain object API for WTD-1071.
This commit is contained in:
parent
8b6a972fa4
commit
874f81010c
@ -25,7 +25,7 @@ define(
|
|||||||
);
|
);
|
||||||
mockObject = jasmine.createSpyObj(
|
mockObject = jasmine.createSpyObj(
|
||||||
"domainObject",
|
"domainObject",
|
||||||
[ "getId", "getModel", "getCapability" ]
|
[ "getId", "getModel", "getCapability", "hasCapability" ]
|
||||||
);
|
);
|
||||||
mockCapability = jasmine.createSpyObj(
|
mockCapability = jasmine.createSpyObj(
|
||||||
"capability",
|
"capability",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user