Skip to content

Commit

Permalink
Fix DynamicEntityService.findAll unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jshapeau committed Oct 27, 2023
1 parent 6e21c80 commit 6a45e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('DynamicEntityService', () => {
data: 'testData'
})

mockDataSource.entityMetadatas.find.mockResolvedValue({
mockDataSource.entityMetadatas.find.mockReturnValue({
relations: [{ propertyName: 'mock' }]
})

Expand Down

0 comments on commit 6a45e29

Please sign in to comment.