test: rename test to reflect todo-only stagnation check
Address review feedback: test name no longer references 'tool activity' since activity tracking was removed.
This commit is contained in:
committed by
YeonGyu-Kim
parent
68e9d54fa5
commit
047ca069a2
@@ -144,9 +144,9 @@ describe("createSessionStateStore", () => {
|
||||
expect(stagnatedAgainUpdate.stagnationCount).toBe(1)
|
||||
})
|
||||
|
||||
test("given tool activity happens after a successful continuation without todo changes, keeps counting stagnation", () => {
|
||||
test("given no todo changes after a successful continuation, keeps counting stagnation", () => {
|
||||
// given
|
||||
const sessionID = "ses-activity-stagnation"
|
||||
const sessionID = "ses-no-todo-change-stagnation"
|
||||
const state = sessionStateStore.getState(sessionID)
|
||||
const todos = [
|
||||
{ id: "1", content: "Task 1", status: "pending", priority: "high" },
|
||||
|
||||
Reference in New Issue
Block a user