diff --git a/yarn-project/foundation/src/testing/files/index.ts b/yarn-project/foundation/src/testing/files/index.ts index a45f40f8203..a610bc9b473 100644 --- a/yarn-project/foundation/src/testing/files/index.ts +++ b/yarn-project/foundation/src/testing/files/index.ts @@ -67,7 +67,7 @@ export function updateProtocolCircuitSampleInputs(circuitName: string, value: st } function getPathToFile(targetFileFromRepoRoot: string) { - const repoRoot = resolve(dirname(fileURLToPath(import.meta.url)), '../../../../'); + const repoRoot = resolve(dirname(fileURLToPath(import.meta.url)), '../../../../../'); if (!existsSync(join(repoRoot, 'CODEOWNERS'))) { throw new Error(`Path to repo root is incorrect (got ${repoRoot})`); }