[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, 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);