Skip to content

Commit

Permalink
update mock import
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Mar 7, 2024
1 parent 1132c03 commit c9a0268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/data-layer/services/UserService.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { additionalInfoMock } from "mocks/UserMocks"
import { additionalInfoMock } from "test-config/mocks/UserMocks"
import UserService from "./UserService"
import { cleanFirestore } from "test-config/TestUtils"

Expand Down

0 comments on commit c9a0268

Please sign in to comment.