Skip to content

Commit cf8a3d4

Browse files
committed
test: fix used fixture dir in one of tests
1 parent 8a7a7cb commit cf8a3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test('Angular 19 using CommonEngine', async () => {
8888
// TODO: Make this work
8989
test('Angular 19 using App Engine (Developer Preview)', async () => {
9090
const { severityCode, success } = await build({
91-
repositoryRoot: fileURLToPath(new URL('fixtures/angular-19-common-engine', import.meta.url)),
91+
repositoryRoot: fileURLToPath(new URL('fixtures/angular-19-app-engine', import.meta.url)),
9292
})
9393

9494
assert.deepEqual(severityCode, 0)

0 commit comments

Comments
 (0)