[Imagery] Fix code style issues in spec
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user