Skip to content

Commit

Permalink
feat: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew2564 committed Dec 16, 2024
1 parent 6a73271 commit 2ba443c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/services/users.unit.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {getUserDetails, UserDetails} from '../../../src/services/user';
import {ERRORS} from '../../../src/util/enum';
import { getUserDetails, UserDetails } from '../../../src/services/user';
import { ERRORS } from '../../../src/util/enum';

describe('Test User Service', () => {
describe('Should process user details and return them', () => {
Expand Down

0 comments on commit 2ba443c

Please sign in to comment.