@@ -23,5 +23,5 @@ test("timeout input is bounded and opt-in never leaks to another goal", () => {
|
||||
const opted = setGoal(initialState(), "one", undefined, 60);
|
||||
assert.equal(setGoal(opted, "two").waitTimeoutSeconds, undefined);
|
||||
const legacyWait = recordInProgressReport(setGoal(initialState(), "legacy"), wait).state;
|
||||
assert.equal(decideSettle(legacyWait, "stop").action, "inject");
|
||||
assert.equal(decideSettle(legacyWait, "stop").action, "wait");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user