Skip to content

Commit f902d65

Browse files
committed
typo fix
1 parent 9140a57 commit f902d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/rtd_tests/tests/test_managers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ def setUp(self):
152152
)
153153
self.internal_html_files = HTMLFile.objects.exclude(version__type=PULL_REQUEST)
154154

155-
def test_internal_html_file_manager(self):
155+
def test_internal_html_file_queryset(self):
156156
"""
157157
It will exclude PULL_REQUEST type Version html files from the queries
158158
and only include BRANCH, TAG, UNKONWN type Version files.
159159
"""
160160
self.assertNotIn(self.html_file, HTMLFile.objects.internal())
161161

162-
def test_external_html_file_manager(self):
162+
def test_external_html_file_queryset(self):
163163
"""
164164
It will only include PULL_REQUEST type Version html files in the queries.
165165
"""

0 commit comments

Comments
 (0)