Skip to content

Commit 19960dc

Browse files
committed
Fix test version class name
1 parent 12e6c07 commit 19960dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/api/v3/tests/test_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from readthedocs.projects.models import Project
99

1010

11-
class VerionsEndpointTests(APIEndpointMixin):
11+
class VersionsEndpointTests(APIEndpointMixin):
1212

1313
def test_projects_versions_list(self):
1414
self.client.credentials(HTTP_AUTHORIZATION=f'Token {self.token.key}')

0 commit comments

Comments
 (0)