mirror of
https://github.com/nasa/openmct.git
synced 2025-04-14 14:36:50 +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(
|
||||
"domainObject",
|
||||
[ "getId", "getModel", "getCapability" ]
|
||||
[ "getId", "getModel", "getCapability", "hasCapability" ]
|
||||
);
|
||||
mockCapability = jasmine.createSpyObj(
|
||||
"capability",
|
||||
|
Loading…
x
Reference in New Issue
Block a user