Skip to content

Commit 2b6587b

Browse files
committed
Merge branch 'feature/setup-agnostique-test-stack-based-on-fork' of https://github.com/iExecBlockchainComputing/PoCo-subgraph into feature/setup-agnostique-test-stack-based-on-fork
2 parents 9d7495b + fceadbd commit 2b6587b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test-stack/prepare-test-env.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ async function createEnvFiles(forkBlockNumber) {
5151
writeFileSync(
5252
'.env',
5353
`############ THIS FILE IS GENERATED ############
54-
# run "node prepare-test-env.js" to regenerate #
55-
################################################
54+
# run "node prepare-test-env.js" to regenerate #
55+
################################################
5656
57-
# blockchain node to use as the reference for the local fork
58-
FORK_URL=${forkUrl}
59-
# block number to fork from
60-
FORK_BLOCK=${forkBlockNumber}`,
57+
# blockchain node to use as the reference for the local fork
58+
FORK_URL=${forkUrl}
59+
# block number to fork from
60+
FORK_BLOCK=${forkBlockNumber}`,
6161
);
6262
}
6363
}

0 commit comments

Comments
 (0)