Skip to content

Commit 94082dd

Browse files
committed
Fence path
1 parent 1d5944c commit 94082dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/advanced/end-to-end-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ After Etheno finishes, gently kill it by using Ctrl+c (or Command+C on Mac). It
128128

129129
## Writing and running a property
130130

131-
Once we have a json file with saved transactions, we can verify that the `SimpleStorage` contract is deployed at `0x871DD7C2B4b25E1Aa18728e9D5f2Af4C4e431f5c`, so we can easily write a contract contracts/crytic/E2E.sol with a simple a property to test it:
131+
Once we have a json file with saved transactions, we can verify that the `SimpleStorage` contract is deployed at `0x871DD7C2B4b25E1Aa18728e9D5f2Af4C4e431f5c`, so we can easily write a contract `contracts/crytic/E2E.sol` with a simple a property to test it:
132132

133133
```solidity
134134
import "../SimpleStorage.sol";

0 commit comments

Comments
 (0)