diff options
-rw-r--r-- | tests/test_project.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_project.py b/tests/test_project.py index 66c05f6a..c50d9940 100644 --- a/tests/test_project.py +++ b/tests/test_project.py | |||
@@ -106,7 +106,7 @@ class ReviewableBranchTests(unittest.TestCase): | |||
106 | class CopyLinkTestCase(unittest.TestCase): | 106 | class CopyLinkTestCase(unittest.TestCase): |
107 | """TestCase for stub repo client checkouts. | 107 | """TestCase for stub repo client checkouts. |
108 | 108 | ||
109 | It'll have a layout like: | 109 | It'll have a layout like this: |
110 | tempdir/ # self.tempdir | 110 | tempdir/ # self.tempdir |
111 | checkout/ # self.topdir | 111 | checkout/ # self.topdir |
112 | git-project/ # self.worktree | 112 | git-project/ # self.worktree |