Skip to content

Commit

Permalink
test: fix expectation in test-bootstrap-modules
Browse files Browse the repository at this point in the history
PR-URL: #25112
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
  • Loading branch information
ofrobots authored and MylesBorins committed Dec 25, 2018
1 parent 527407c commit 728bc63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel/test-bootstrap-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ const list = process.moduleLoadList.slice();

const assert = require('assert');

assert(list.length <= 78, list);
assert(list.length <= 81,
`Expected <= 81 elements in moduleLoadLists, got ${list.length}`);

0 comments on commit 728bc63

Please sign in to comment.