| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index 75d140ada80207cfd63a2de4f54ccc2b73211391..d122cf77a582f43de25cfb498d1ca9398097c9c3 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -2229,6 +2229,8 @@ class CannedChecksUnittest(PresubmitTestsBase):
|
|
|
| fake_db.directories_not_covered_by(set(['foo/xyz.cc']),
|
| people).AndReturn(uncovered_dirs)
|
| + if not is_committing and uncovered_dirs:
|
| + fake_db.reviewers_for(set(['foo/xyz.cc'])).AndReturn(owner_email)
|
|
|
| self.mox.ReplayAll()
|
| output = presubmit.PresubmitOutput()
|
|
|