Skip to content

Commit fe90336

Browse files
Fix embedded runner auth-success test rename
1 parent 2b0b940 commit fe90336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/embedded-agent-runner/run.overflow-compaction.loop.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ describe("overflow compaction in run loop", () => {
196196
mockedMarkAuthProfileSuccess.mockReturnValueOnce(successPromise);
197197
mockedRunEmbeddedAttempt.mockResolvedValueOnce(makeAttemptResult());
198198

199-
const result = await runEmbeddedPiAgent(baseParams);
199+
const result = await runEmbeddedAgent(baseParams);
200200

201201
expect(result.meta.error).toBeUndefined();
202202
expect(mockedMarkAuthProfileSuccess).toHaveBeenCalledTimes(1);

0 commit comments

Comments
 (0)