fix(syncing-server): dice roll specs

This commit is contained in:
Karol Sójko 2023-11-29 09:32:14 +01:00
parent 097e320490
commit 9dcd583b58
No known key found for this signature in database
GPG key ID: B06B39F95BCFA624

View file

@ -228,7 +228,7 @@ describe('SaveItems', () => {
})
it('should update existing items', async () => {
deterministicSelector.select = jest.fn().mockReturnValue(0)
deterministicSelector.select = jest.fn().mockReturnValue(9)
const useCase = createUseCase()