Skip to content

Commit

Permalink
fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Oct 16, 2023
1 parent 17488e5 commit 9c6899b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'angular-mocks';

// Constants
let $controller, myPeopleDashboardService, userPreferencesService, $scope, loggedInPerson;
let $controller, myPeopleDashboardService, $scope, loggedInPerson;

describe('myPeopleDashboard Components Tests', function () {
beforeEach(inject(function ($rootScope, $componentController, _loggedInPerson_) {
Expand All @@ -15,8 +15,6 @@ describe('myPeopleDashboard Components Tests', function () {
loggedInPerson,
);
myPeopleDashboardService = jasmine.createSpyObj('myPeopleDashboardService', ['loadPeople', 'loadReports']);

userPreferencesService = jasmine.createSpyObj('userPreferencesService', ['applyUserOrgDisplayPreferences']);
}));

describe('Components.Controller', function () {
Expand Down

0 comments on commit 9c6899b

Please sign in to comment.