fix: Flaky Test for Logout

This commit is contained in:
Moriz Wahl 2021-09-02 07:51:56 +02:00
parent 8c729c1723
commit aed0827549

View File

@ -131,7 +131,7 @@ describe('DashboardLayoutGdd', () => {
await flushPromises()
})
it('calls the API', async () => {
it('calls the API', () => {
expect(apolloMock).toBeCalled()
})