This commit is contained in:
einhornimmond 2024-06-17 11:53:58 +02:00
parent 337be6e00b
commit 5008a60225

View File

@ -229,7 +229,7 @@ describe('Send', () => {
})
it('resets the gradido ID query in route', () => {
expect(routerPushMock).toBeCalledWith('send')
expect(routerPushMock).toBeCalledWith({ path: '/send' })
})
})
})