From f6cd35a6315c05f2a6322b97321fa776d4c12953 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 31 May 2017 16:04:56 -0700 Subject: [PATCH] [Imagery] Fix code style issues in spec --- .../features/imagery/test/controllers/ImageryControllerSpec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/features/imagery/test/controllers/ImageryControllerSpec.js b/platform/features/imagery/test/controllers/ImageryControllerSpec.js index d81becec51..da84634690 100644 --- a/platform/features/imagery/test/controllers/ImageryControllerSpec.js +++ b/platform/features/imagery/test/controllers/ImageryControllerSpec.js @@ -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);