Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit f73840a

Browse files
author
Clément Sirieix
committed
refactor: rename value
1 parent 1105de8 commit f73840a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/wrappers.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ describe('Wrapper', () => {
164164

165165
await sleep(1000);
166166
const run = await client.api.getStep(runId!);
167-
const retrieveStep = await client.api.getStep(stepId!);
167+
const createdStep = await client.api.getStep(stepId!);
168168

169-
expect(retrieveStep!.rootRunId).toEqual(run!.id);
169+
expect(createdStep!.rootRunId).toEqual(run!.id);
170170
});
171171

172172
it('handles steps outside of a thread', async () => {

0 commit comments

Comments
 (0)