mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: tighten attempt cache ttl skip assertion
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user