mirror of
https://github.com/nasa/openmct.git
synced 2025-06-05 17:01:41 +00:00
[Imagery] Fix code style issues in spec
This commit is contained in:
parent
53cecb8909
commit
f6cd35a631
@ -30,7 +30,6 @@ define(
|
|||||||
oldDomainObject,
|
oldDomainObject,
|
||||||
newDomainObject,
|
newDomainObject,
|
||||||
unsubscribe,
|
unsubscribe,
|
||||||
callback,
|
|
||||||
controller;
|
controller;
|
||||||
|
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
@ -50,7 +49,7 @@ define(
|
|||||||
]),
|
]),
|
||||||
telemetry: jasmine.createSpyObj('telemetryAPI', [
|
telemetry: jasmine.createSpyObj('telemetryAPI', [
|
||||||
'subscribe'
|
'subscribe'
|
||||||
]);
|
])
|
||||||
};
|
};
|
||||||
unsubscribe = jasmine.createSpy('unsubscribe');
|
unsubscribe = jasmine.createSpy('unsubscribe');
|
||||||
openmct.telemetry.subscribe.andReturn(unsubcribe);
|
openmct.telemetry.subscribe.andReturn(unsubcribe);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user