Skip to content

Commit

Permalink
test: fix expectation in test-bootstrap-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots committed Dec 18, 2018
1 parent 77c2cc9 commit 16c2b54
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 16c2b54

Please sign in to comment.