diff options
author | gayane <gayane@chromium.org> | 2014-12-05 08:16:46 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-05 16:18:18 +0000 |
commit | 860db5c33134662dd2a27c8c295df8d55fdbadea (patch) | |
tree | e1623e3be875cb7c1f9715b895869cd6c817ab57 /PRESUBMIT_test_mocks.py | |
parent | 1521a2f69c826dcaaecafb10e0875573dce77265 (diff) | |
download | chromium_src-860db5c33134662dd2a27c8c295df8d55fdbadea.zip chromium_src-860db5c33134662dd2a27c8c295df8d55fdbadea.tar.gz chromium_src-860db5c33134662dd2a27c8c295df8d55fdbadea.tar.bz2 |
Fixing bugs introduced by new presubmit changes
Fixing issues introduced by https://codereview.chromium.org/719463003/.
- Fixing the constant suffix in case of boolean action
- comment fix for mocks.
BUG=439328
TBR=phajdan.jr@chromium.org, brettw@chromium.org
Review URL: https://codereview.chromium.org/757233004
Cr-Commit-Position: refs/heads/master@{#307030}
Diffstat (limited to 'PRESUBMIT_test_mocks.py')
-rw-r--r-- | PRESUBMIT_test_mocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT_test_mocks.py b/PRESUBMIT_test_mocks.py index c15d245..f99671d 100644 --- a/PRESUBMIT_test_mocks.py +++ b/PRESUBMIT_test_mocks.py @@ -40,7 +40,7 @@ class MockInputApi(object): class MockOutputApi(object): - ""Mock class for the OutputApi class. + """Mock class for the OutputApi class. An instance of this class can be passed to presubmit unittests for outputing various types of results. |