Skip to content

Commit

Permalink
fix: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Sep 11, 2024
1 parent 9fedb89 commit a0300bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/Collection.router.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@ describe('Collection router', () => {
{ ...dbTPItemMock, id: 'yetAnotherId' },
]
;(Item.findByIds as jest.Mock).mockResolvedValueOnce(items)
availableSlots = 4
availableSlots = 2
ThirdPartyServiceMock.getThirdPartyAvailableSlots.mockResolvedValueOnce(
availableSlots
)
Expand Down

0 comments on commit a0300bb

Please sign in to comment.