Skip to content

Commit d4561ae

Browse files
committed
fix: stale binary deletion spec fix
1 parent 8a73af9 commit d4561ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-local/test/binaryControl.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ describe('Binary Control Operations', () => {
385385
});
386386

387387
it('Delete any stale local binary (non windows)', () => {
388+
binaryControl.platform = PLATFORMS.DARWIN;
388389
binaryControl._removeAnyStaleBinary();
389390
const binaryZipPath = path.resolve(binaryControl.binaryFolder, 'binaryZip');
390391
const staleBinaryPath = path.resolve(

0 commit comments

Comments
 (0)