From 60e186a90ee7fbb8565c60899d5a32106d8969df Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Fri, 9 Jun 2023 17:57:49 +0000 Subject: [PATCH] fix file path --- tests/src/migrations/942057-appPromotion/lockedToFreeze.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;