Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
DylanBulmer committed Mar 20, 2023
1 parent da2e274 commit 464b6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/UserUtility.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Error, IUser } from "@codrjs/models";
import { UserUtility } from "@/utils/UserUtility";
import { Types } from "mongoose";
import User from "@/mongo/User";
import User from "@/entities/User";
const Utility = new UserUtility();

const testSystemUser: IUser = {

0 comments on commit 464b6f8

Please sign in to comment.