Skip to content

Commit 7fb624f

Browse files
owlstronautwraithgar
authored andcommitted
chore: update number of packages installed in large-install test
1 parent 3fbed84 commit 7fb624f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/test/large-install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ t.test('large install', async t => {
3131
const { stdout } = await runTest(t)
3232
// As a bonus this test asserts that this package-lock always
3333
// installs the same number of packages.
34-
t.match(stdout, `added 126${process.platform === 'linux' ? 4 : 5} packages in`)
34+
t.match(stdout, `added 130${process.platform === 'win32' ? 7 : 6} packages in`)
3535
})
3636

3737
t.test('large install, no lock and low memory', async t => {

0 commit comments

Comments
 (0)