Skip to content

Commit

Permalink
fix doc typo: renamed test_{div,index_of}
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroas committed Nov 8, 2024
1 parent 3ad33d6 commit 0cc80d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ And tests, after all, the easiest part. Let's make it a little bit interesting a
```python
# test and make examples
@deal.cases(index_of, count=1000)
def test_div(case):
def test_index_of(case):
# run test case
result = case()
if result is not NoReturn:
Expand Down

0 comments on commit 0cc80d8

Please sign in to comment.