Skip to content

Commit

Permalink
Fix typo in docs/developers/overview
Browse files Browse the repository at this point in the history
  • Loading branch information
mradian1 committed Aug 14, 2024
1 parent cb2cabd commit fc9eab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Learn about transaction's gas and how a fee is calculated:
| Name | Description |
|----------------------------------------------------------------------|----------------------------------------------------------|
| [Overview](/developers/testing/rust/sc-test-overview) | Introduction to all the testing methods available in Rust|
| [Blackbox tests](/developers/testing/rust/sc-blackbox-calls) | The best way to write integration tests, by simulating transactionds|
| [Blackbox tests](/developers/testing/rust/sc-blackbox-calls) | The best way to write integration tests, by simulating transactions|
| [Whitebox framework](/developers/testing/rust/whitebox-legacy) | Older testing framework, but still in use in some projects.|
| [Whitebox framework functions reference](/developers/testing/rust/whitebox-legacy-functions-reference) | A list of available functions to be used when using the whitebox framework. |
| [Debugging](/developers/testing/sc-debugging) | How to debug your smart contract tests. |
Expand Down

0 comments on commit fc9eab7

Please sign in to comment.