Follow suggestions by @mattwr18

This commit is contained in:
Robert Schäfer 2019-06-05 18:37:19 +02:00
parent d59c43330b
commit 16ef304d70

View File

@ -75,7 +75,7 @@ describe('replaceParams', () => {
it('makes database calls', async () => {
await action()
expect(run).toHaveBeenCalled()
expect(run).toHaveBeenCalledTimes(1)
})
describe('given any additional filter args', () => {