fix(e2e): resolve flaky list_directory test (#8456)

This commit is contained in:
Abhi
2025-09-14 23:59:27 -04:00
committed by GitHub
parent 1145f25ee3
commit 5b70bb4029

View File

@@ -29,7 +29,7 @@ describe('list_directory', () => {
50, // check every 50ms
);
const prompt = `Can you list the files in the current directory. Display them in the style of 'ls'`;
const prompt = `Can you list the files in the current directory.`;
const result = await rig.run(prompt);