1
0
Fork 0
mirror of synced 2024-07-20 21:55:54 +12:00
This commit is contained in:
Adria Navarro 2023-09-19 10:14:25 +02:00
parent 4bea599b2a
commit 89af863c34

View file

@ -60,7 +60,7 @@ describe("bbReferenceProcessor", () => {
const userIds: string[] = []
for (let i = 0; i < 5; i++) {
const userId = generator.guid()
const user = structures.users.user({ _id: userId, userId })
const user = structures.users.user({ _id: userId })
mockedCacheGetUser.mockResolvedValueOnce(user)
userIds.push(userId)
}