Skip to content

Commit ee4f749

Browse files
committed
update developers guide
1 parent 7fc2df5 commit ee4f749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For example, you are implementing `get_answers` and `get_answer` methods.
4141
+ `test_get_answer_return_value` - tests that method `get_answer` returns desired instance of class `Item` (desired is `Item({'id': 1})`);
4242
+ `test_get_answer_with_no_data` - tests that method `get_answer` returns `None` when the `'items'` key of response is empty list.
4343

44-
For more details, see file [`tests/test_site/test_get/test_get_answers.py`](https://github.com/wchistow/pystackapi/blob/master/tests/test_site/test_get/test_get_answers.py).
44+
For more details, see file [`tests/test_site/get/test_get_answers.py`](https://github.com/wchistow/pystackapi/blob/master/tests/test_site/get/test_get_answers.py).
4545

4646
---
4747

0 commit comments

Comments
 (0)