Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Dec 13, 2024
1 parent fc7d22d commit cee8df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/credentials-file.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SessionCache from '../../src/services/session-cache';
import getCredentialsFiles from '../../src/lib/credentials-file';
import PlaceFactory from '../../src/services/place-factory';
import { ChtDoc, mockChtApi, mockProperty, mockValidContactType } from '../mocks';
import { ChtDoc, mockChtApi, mockValidContactType } from '../mocks';
import { expect } from 'chai';

describe('lib/credentials-file.ts', () => {
Expand Down

0 comments on commit cee8df2

Please sign in to comment.