Skip to content

Commit 6a6cdfa

Browse files
tniessenjasnell
authored andcommittedApr 7, 2021
test: fix skip message for test-macos-app-sandbox
PR-URL: #38114 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 038608d commit 6a6cdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/parallel/test-macos-app-sandbox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
const common = require('../common');
33
if (process.platform !== 'darwin')
4-
common.skip('App Sandbox is only avaliable on Darwin');
4+
common.skip('App Sandbox is only available on Darwin');
55

66
const fixtures = require('../common/fixtures');
77
const tmpdir = require('../common/tmpdir');

0 commit comments

Comments
 (0)
Please sign in to comment.