Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed Sep 20, 2024
1 parent 6ca4eff commit 6e5728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/__tests__/api/divelog/updateDiveLog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import mongoose from 'mongoose';
import { UserModel } from '../../../models/users';
import { DiveLog } from '../../../models/diveLog';
import { config } from '../../../config/config';
import { invalidCasesDiveLog, invalidUpdateCasesDiveLog, missingFieldCasesDiveLog, validSingleFieldUpdate } from '../../../consts/testConstant';
import { invalidUpdateCasesDiveLog, validSingleFieldUpdate } from '../../../consts/testConstant';

jest.mock('../../../middlewares/authMiddleware', () => ({
isAuthenticated: (
Expand Down

0 comments on commit 6e5728c

Please sign in to comment.