Skip to content

Commit 508b6b3

Browse files
committed
Format
1 parent bbeb411 commit 508b6b3

File tree

1 file changed

+1
-1
lines changed
  • docs/blockchain-development-tutorials/cadence/fork-testing

1 file changed

+1
-1
lines changed

docs/blockchain-development-tutorials/cadence/fork-testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Update your `flow.json` to include the contract with aliases, using the address
286286
}
287287
```
288288

289-
Note: No local private key is required for forked tests. The accounts entry above is included so you can copy/reference the address in your config; keys can be omitted for fork tests. Contracts deploy to the testing environment at `testing` alias, and transactions that interact with forked state can use impersonation. The `Test.deployContract` function will automatically deploy your contract to the testing environment during test execution.
289+
**Note:** No local private key is required for forked tests. The accounts entry above is included so you can copy/reference the address in your config; keys can be omitted for fork tests. Contracts deploy to the testing environment at `testing` alias, and transactions that interact with forked state can use impersonation. The `Test.deployContract` function will automatically deploy your contract to the testing environment during test execution.
290290

291291
### Create Scripts for Testing
292292

0 commit comments

Comments
 (0)