Skip to content

Commit 1c19302

Browse files
committed
Rename test
1 parent af128a6 commit 1c19302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_update_and_checkout(self):
265265
self.assertEqual(code, 0)
266266
self.assertTrue(exists(repo.working_dir))
267267

268-
def test_git_checkout_invalid_revision(self):
268+
def test_checkout_invalid_revision(self):
269269
repo = self.project.vcs_repo()
270270
repo.update()
271271
version = 'invalid-revision'

0 commit comments

Comments
 (0)