diff --git a/tests/src/migrations/942057-appPromotion/lockedToFreeze.ts b/tests/src/migrations/942057-appPromotion/lockedToFreeze.ts index 67532478a4..616dad2b0b 100644 --- a/tests/src/migrations/942057-appPromotion/lockedToFreeze.ts +++ b/tests/src/migrations/942057-appPromotion/lockedToFreeze.ts @@ -32,7 +32,7 @@ export const migrateLockedToFreeze = async(options: { wsEndpoint: string; donorS // 3. Parse data to migrate console.log('3. Parsing chainql results...'); - const parsingResult = parse(fs.readFileSync(path.resolve('output.json'), 'utf-8'), undefined, customNumberParser); + const parsingResult = parse(fs.readFileSync(path.resolve('src', 'migrations', '942057-appPromotion', 'output.json'), 'utf-8'), undefined, customNumberParser); const chainqlImportData = parsingResult as { address: string;