1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +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[] = [] const userIds: string[] = []
for (let i = 0; i < 5; i++) { for (let i = 0; i < 5; i++) {
const userId = generator.guid() const userId = generator.guid()
const user = structures.users.user({ _id: userId, userId }) const user = structures.users.user({ _id: userId })
mockedCacheGetUser.mockResolvedValueOnce(user) mockedCacheGetUser.mockResolvedValueOnce(user)
userIds.push(userId) userIds.push(userId)
} }