Skip to content

Commit c395fa6

Browse files
committed
Update +page.md
1 parent b045243 commit c395fa6

File tree

1 file changed

+1
-1
lines changed
  • courses/advanced-foundry/3-develop-defi-protocol/18-defi-handler-stateful-fuzz-tests

1 file changed

+1
-1
lines changed

courses/advanced-foundry/3-develop-defi-protocol/18-defi-handler-stateful-fuzz-tests/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function deposit(uint256 assets) public virtual {
3333

3434
To illustrate, as show in the Foundry Docs as well, open testing has our framework calling functions directly as defined in the contracts within scope.
3535

36-
::image{src='/foundry-defi/19-defi-handler-stateful-fuzz-tests/defi-handler-stateful-fuzz-tests1.png' style='width: 100%; height: auto;'}
36+
::image{src='/foundry-defi/19-defi-handler-stateful-fuzz-tests/defi-handler-stateful-fuzz-tests1.PNG' style='width: 100%; height: auto;'}
3737

3838
Conversely, handler based tests route our frameworks function calls through our handler, allowing us to configure only the functions/behaviour we want it to perform, filtering out bad runs from our tests.
3939

0 commit comments

Comments
 (0)