[tests] Fix app-dir test assertion (#9404)

This was changed in `next@canary`
This commit is contained in:
Steven
2023-02-09 09:56:17 -05:00
committed by GitHub
parent c8690190f6
commit 8087b7804e

View File

@@ -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']).toBeDefined();
expect(buildResult.output['dashboard/another']).toBeDefined(); expect(buildResult.output['dashboard/another']).toBeDefined();
expect(buildResult.output['dashboard/changelog']).toBeDefined(); expect(buildResult.output['dashboard/changelog']).toBeDefined();