Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer authored Apr 24, 2024
1 parent 0cea63f commit 9d6605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ As smart contracts get more and more complex, you need to be able to test them t

We can write a simple smart contract and test to make sure it works.

contract.py
contract.py (Smart Contract)
```python
@export
def call_this(a):
Expand Down

0 comments on commit 9d6605c

Please sign in to comment.