Index: tests/git_cl_test.py |
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
index 295d1a0fb62f7f073a6099d8e4c9a8818e884759..80021904d7cfb9432e4dd462185553e5069ed240 100755 |
--- a/tests/git_cl_test.py |
+++ b/tests/git_cl_test.py |
@@ -1353,6 +1353,9 @@ class TestGitCl(TestCase): |
((['SetReview', 'chromium-review.googlesource.com', 123, |
{'Commit-Queue': 1}],), ''), |
] |
+ # TODO(tandrii): consider testing just set-commit and set-commit --clear, |
+ # but without copy-pasting tons of expectations, as modifying them later is |
+ # super tedious. |
self.assertEqual(0, git_cl.main(['set-commit', '-d'])) |