From 891116a6c2ab0a35ccabba9cbc70b7d3aea3587e Mon Sep 17 00:00:00 2001 From: Keith Ballinger Date: Wed, 25 Jun 2025 21:45:39 -0700 Subject: Flaky test (#1405) Co-authored-by: matt korwel Co-authored-by: Scott Densmore --- integration-tests/list_directory.test.js | 1 + 1 file changed, 1 insertion(+) (limited to 'integration-tests/list_directory.test.js') diff --git a/integration-tests/list_directory.test.js b/integration-tests/list_directory.test.js index 987a2351..6bbcde63 100644 --- a/integration-tests/list_directory.test.js +++ b/integration-tests/list_directory.test.js @@ -13,6 +13,7 @@ test('should be able to list a directory', async (t) => { rig.setup(t.name); rig.createFile('file1.txt', 'file 1 content'); rig.mkdir('subdir'); + rig.sync(); const prompt = `Can you list the files in the current directory`; const result = await rig.run(prompt); -- cgit v1.2.3