fix: Lint errors of user model test

This commit is contained in:
Faruk AYDIN
2025-03-12 16:15:03 +01:00
parent f616ec5c8d
commit a359cf0b29

View File

@@ -1186,7 +1186,6 @@ describe('User model', () => {
currentUserRole,
anotherUser,
folder,
anotherUserFolder,
flowOne,
flowTwo,
flowThree;
@@ -1198,7 +1197,7 @@ describe('User model', () => {
anotherUser = await createUser();
folder = await createFolder({ userId: currentUser.id });
anotherUserFolder = await createFolder({ userId: anotherUser.id });
await createFolder({ userId: anotherUser.id });
flowOne = await createFlow({
userId: currentUser.id,