diff --git a/packages/next/test/integration/index.test.js b/packages/next/test/integration/index.test.js index c3c0ae747..10ad198c4 100644 --- a/packages/next/test/integration/index.test.js +++ b/packages/next/test/integration/index.test.js @@ -26,7 +26,7 @@ if (parseInt(process.versions.node.split('.')[0], 10) >= 16) { } } - expect(lambdas.size).toBe(2); + expect(lambdas.size).toBe(1); expect(buildResult.output['dashboard']).toBeDefined(); expect(buildResult.output['dashboard/another']).toBeDefined(); expect(buildResult.output['dashboard/changelog']).toBeDefined();