Commit fecf3161 by Tim Babych

fixed typo

parent 4cc2dffd
...@@ -350,7 +350,7 @@ class AnnotationDetailViewTests(BaseAnnotationViewTests): ...@@ -350,7 +350,7 @@ class AnnotationDetailViewTests(BaseAnnotationViewTests):
self.assertEqual(response.status_code, status.HTTP_404_NOT_FOUND, "response should be 404 NOT FOUND") self.assertEqual(response.status_code, status.HTTP_404_NOT_FOUND, "response should be 404 NOT FOUND")
class AnnotationSearchlViewTests(BaseAnnotationViewTests): class AnnotationSearchViewTests(BaseAnnotationViewTests):
""" """
Test annotation searching by user, course_id, usage_id and text Test annotation searching by user, course_id, usage_id and text
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment