test: tighten attempt cache ttl skip assertion

This commit is contained in:
Shakker
2026-05-11 01:31:10 +01:00
parent c906f117e6
commit 8b3a3bce8b

View File

@@ -30,10 +30,7 @@ describe("runEmbeddedAttempt cache-ttl tracking after compaction", () => {
});
expect(appended).toBe(false);
expect(sessionManager.appendCustomEntry).not.toHaveBeenCalledWith(
ATTEMPT_CACHE_TTL_CUSTOM_TYPE,
expect.anything(),
);
expect(sessionManager.appendCustomEntry).not.toHaveBeenCalled();
});
it("appends cache-ttl when no compaction completed during the attempt", () => {