fix: Lint errors of user model test
This commit is contained in:
@@ -1186,7 +1186,6 @@ describe('User model', () => {
|
|||||||
currentUserRole,
|
currentUserRole,
|
||||||
anotherUser,
|
anotherUser,
|
||||||
folder,
|
folder,
|
||||||
anotherUserFolder,
|
|
||||||
flowOne,
|
flowOne,
|
||||||
flowTwo,
|
flowTwo,
|
||||||
flowThree;
|
flowThree;
|
||||||
@@ -1198,7 +1197,7 @@ describe('User model', () => {
|
|||||||
anotherUser = await createUser();
|
anotherUser = await createUser();
|
||||||
|
|
||||||
folder = await createFolder({ userId: currentUser.id });
|
folder = await createFolder({ userId: currentUser.id });
|
||||||
anotherUserFolder = await createFolder({ userId: anotherUser.id });
|
await createFolder({ userId: anotherUser.id });
|
||||||
|
|
||||||
flowOne = await createFlow({
|
flowOne = await createFlow({
|
||||||
userId: currentUser.id,
|
userId: currentUser.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user