Skip to content

Commit aa529b7

Browse files
tniessenruyadorno
authored andcommitted
test: fix ibmi skip message
PR-URL: #37821 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent d9ab1d5 commit aa529b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async-hooks/test-fseventwrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (!common.isMainThread)
1111
common.skip('Worker bootstrapping works differently -> different async IDs');
1212

1313
if (common.isIBMi)
14-
common.skip('IBMi does not suppport fs.watch()');
14+
common.skip('IBMi does not support fs.watch()');
1515

1616
const hooks = initHooks();
1717

0 commit comments

Comments
 (0)