From 531f9d3b53fcbae7e2c41e3bd80cd4b633936e81 Mon Sep 17 00:00:00 2001
From: Shane McLaughlin <shane.mclaughlin@salesforce.com>
Date: Wed, 19 Jun 2024 15:51:41 -0500
Subject: [PATCH] test: only run the validationSourceDir once (avoid duplicate
 expects folders) (#1346)

---
 .../sampleProjects/singleCustomFieldRetrieve/snapshots.test.ts   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/snapshot/sampleProjects/singleCustomFieldRetrieve/snapshots.test.ts b/test/snapshot/sampleProjects/singleCustomFieldRetrieve/snapshots.test.ts
index 8d891491e0..d62f38800d 100644
--- a/test/snapshot/sampleProjects/singleCustomFieldRetrieve/snapshots.test.ts
+++ b/test/snapshot/sampleProjects/singleCustomFieldRetrieve/snapshots.test.ts
@@ -138,7 +138,6 @@ describe('a single field in a CustomObject xml does not overwrite (blank) the ex
     });
     await retrieve.post(result);
     expect(fs.readdirSync(path.join(pathToBroker, 'fields')).length).to.equal(3);
-    await validateSourceDir(FORCE_APP);
   });
 
   it(`verify ${FORCE_APP}`, async () => {