diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js index 12a788a4b..b10e0fc91 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -131,7 +131,7 @@ describe('DashboardLayoutGdd', () => { await flushPromises() }) - it('calls the API', async () => { + it('calls the API', () => { expect(apolloMock).toBeCalled() })