fix tests
This commit is contained in:
@ -253,6 +253,7 @@ export const findHighlightById = async (
|
||||
const highlightRepo = tx.withRepository(highlightRepository)
|
||||
return highlightRepo.findOneBy({
|
||||
id: highlightId,
|
||||
user: { id: userId },
|
||||
})
|
||||
},
|
||||
undefined,
|
||||
|
||||
@ -79,4 +79,4 @@ class ScoreClientImpl implements ScoreClient {
|
||||
}
|
||||
}
|
||||
|
||||
export const scoreClient = new StubScoreClientImpl()
|
||||
export const scoreClient = new ScoreClientImpl()
|
||||
|
||||
Reference in New Issue
Block a user