fix(FN-4900): stop standalone promptWithFallback redispatch loop
Fusion-Task-Id: FN-4900 Fusion-Task-Lineage: ec7d26d7-4d38-4afd-b029-4b68d5f2db6f
This commit is contained in:
committed by
gsxdsm
parent
890494d00b
commit
6e2f4274ff
@@ -12,6 +12,6 @@ describe("pi promptWithFallback recursion guard (FN-4900)", () => {
|
||||
|
||||
await expect(session.promptWithFallback("hello")).resolves.toBeUndefined();
|
||||
expect(prompt).toHaveBeenCalledTimes(1);
|
||||
expect(prompt).toHaveBeenCalledWith("hello", undefined);
|
||||
expect(prompt).toHaveBeenCalledWith("hello");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user