Skip to content

Commit 0cc80d8

Browse files
committed
fix doc typo: renamed test_{div,index_of}
1 parent 3ad33d6 commit 0cc80d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ And tests, after all, the easiest part. Let's make it a little bit interesting a
123123
```python
124124
# test and make examples
125125
@deal.cases(index_of, count=1000)
126-
def test_div(case):
126+
def test_index_of(case):
127127
# run test case
128128
result = case()
129129
if result is not NoReturn:

0 commit comments

Comments
 (0)