fix(syncing-server): dice roll specs
This commit is contained in:
parent
097e320490
commit
9dcd583b58
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue