mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
Rename expect methods. (#11046)
This commit is contained in:
committed by
GitHub
parent
33052bbd5b
commit
64cc3e17ea
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user