diff --git a/mobile/tests/e2e.live.test.ts b/mobile/tests/e2e.live.test.ts index 27aa2b8..34ced6b 100644 --- a/mobile/tests/e2e.live.test.ts +++ b/mobile/tests/e2e.live.test.ts @@ -80,9 +80,9 @@ beforeEach(async () => { }); afterEach(() => { + clearActiveUserId(); __setDbForTests(null); setAuthToken(null); - clearActiveUserId(); }); test('bout en bout : register + login admin → push outbox → snapshot → relecture serveur', async (t) => {