mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 11:54:25 +00:00
[Imagery] Fix code style issues in spec
This commit is contained in:
parent
53cecb8909
commit
f6cd35a631
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user