diff --git a/server/src/services/native-runtime/native-session-resume.test.ts b/server/src/services/native-runtime/native-session-resume.test.ts index a0114082fd..5fb6adb1ca 100644 --- a/server/src/services/native-runtime/native-session-resume.test.ts +++ b/server/src/services/native-runtime/native-session-resume.test.ts @@ -415,9 +415,9 @@ it("wires exact-session recovery and guarded selected identity into heartbeat pe new URL("../heartbeat.ts", import.meta.url), "utf8", ); - expect(source).toContain("await findNativeSessionResumeRun(db,"); + expect(source).toContain("findNativeSessionResumeRun(db,"); expect(source).toContain( - "await prepareNativeSessionBootstrapPersistence(tx,", + "prepareNativeSessionBootstrapPersistence(tx,", ); expect(source).toContain("nativeSessionId: persistedNativeSessionId,"); expect(source).toContain("lockedProfile.sessionCheckpoint != null");