From 5c980030590de490b0117f8c340fc858072e2c01 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Wed, 19 Jun 2024 13:30:16 -0500 Subject: [PATCH] test: only run the validationSourceDir once (avoid duplicate expects folders) --- .../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 () => {