[Imagery] Fix code style issues in spec

This commit is contained in:
Victor Woeltjen 2017-05-31 16:04:56 -07:00
parent 53cecb8909
commit f6cd35a631

View File

@ -30,7 +30,6 @@ define(
oldDomainObject,
newDomainObject,
unsubscribe,
callback,
controller;
beforeEach(function () {
@ -50,7 +49,7 @@ define(
]),
telemetry: jasmine.createSpyObj('telemetryAPI', [
'subscribe'
]);
])
};
unsubscribe = jasmine.createSpy('unsubscribe');
openmct.telemetry.subscribe.andReturn(unsubcribe);