| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index cf449dcc83fe0569926c41c6e786233c06cf901d..8571a0b63d32f677674bdd51430dc4354b4c4cdf 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -1504,6 +1504,7 @@ class CannedChecksUnittest(PresubmitTestsBase):
|
| 'CheckChangeWasUploaded',
|
| 'CheckDoNotSubmit',
|
| 'CheckDoNotSubmitInDescription', 'CheckDoNotSubmitInFiles',
|
| + 'CheckChangeDescriptionNotCommitted',
|
| 'CheckLongLines', 'CheckTreeIsOpen', 'PanProjectChecks',
|
| 'CheckLicense',
|
| 'CheckOwners',
|
|
|