diff options
author | Gavin Mak <gavinmak@google.com> | 2023-02-14 18:55:30 +0000 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-02-14 21:48:41 +0000 |
commit | a56e0e17e23f925ff44c75e5b89330ccc2598640 (patch) | |
tree | 937f0695be8eeba0c97a22d92d6c8ee88159be30 /tests | |
parent | 3ed84466f4e8548a7667e81d99ad7161bd7d9489 (diff) | |
download | git-repo-a56e0e17e23f925ff44c75e5b89330ccc2598640.tar.gz |
tests: Change docstring for CopyLinkTestCase
Change-Id: Ic31b8073090abffe4e90cd208b684e99b83d7ef2
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/358455
Tested-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Diffstat (limited to 'tests')
-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 |