Lint
This commit is contained in:
parent
4bea599b2a
commit
89af863c34
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue