Rename expect methods. (#11046)

This commit is contained in:
Tommaso Sciortino
2025-10-13 11:42:27 -07:00
committed by GitHub
parent 33052bbd5b
commit 64cc3e17ea
4 changed files with 11 additions and 10 deletions
@@ -33,7 +33,7 @@ describe('Interactive file system', () => {
const readCall = await rig.waitForToolCall('read_file', 30000);
expect(readCall, 'Expected to find a read_file tool call').toBe(true);
await run.waitForText('1.0.0', 30000);
await run.expectText('1.0.0', 30000);
// Step 2: Write the file
const writePrompt = `now change the version to 1.0.1 in the file`;