Skip to content

Commit

Permalink
test: only run the validationSourceDir once (avoid duplicate expects …
Browse files Browse the repository at this point in the history
…folders) (#1346)
  • Loading branch information
mshanemc authored Jun 19, 2024
1 parent e8236cb commit 531f9d3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 531f9d3

Please sign in to comment.