Skip to content

Commit

Permalink
Lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Dec 20, 2024
1 parent 0ccd7c8 commit c45a3d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/lib/manage-hierarchy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ import { mockChtApi } from '../mocks';

import chaiAsPromised from 'chai-as-promised';
import Auth from '../../src/lib/authentication';
import { BullQueue } from '../../src/lib/queues';
import RemotePlaceCache from '../../src/lib/remote-place-cache';
Chai.use(chaiAsPromised);

const { expect } = Chai;

describe('lib/manage-hierarchy.ts', () => {
let chtConfQueue: any;

const subcountyDocs = [
{ _id: 'from-sub', name: 'From Sub' },
{ _id: 'to-sub', name: 'To Sub' }
Expand All @@ -29,7 +26,6 @@ describe('lib/manage-hierarchy.ts', () => {
const chtApiWithDocs = () => mockChtApi(subcountyDocs, chuDocs);

beforeEach(() => {
chtConfQueue = sinon.createStubInstance(BullQueue);
sinon.stub(Auth, 'encodeTokenForWorker').returns('encoded-token');
RemotePlaceCache.clear({});
});
Expand Down

0 comments on commit c45a3d1

Please sign in to comment.