| Index: tests/trychange_unittest.py
|
| diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
|
| index 828d3ea4e8759fb7753a060145b59cc510903648..938f23cd375c98b0ad4b06e75a510614c73599bb 100644
|
| --- a/tests/trychange_unittest.py
|
| +++ b/tests/trychange_unittest.py
|
| @@ -76,7 +76,7 @@ class GITUnittest(TryChangeTestsBase):
|
|
|
| def testMembersChanged(self):
|
| members = [
|
| - 'GenerateDiff', 'GetEmail', 'GetFileNames', 'GetLocalRoot',
|
| + 'GenerateDiff', 'GetFileNames', 'GetLocalRoot',
|
| 'GetPatchName', 'ProcessOptions', 'options'
|
| ]
|
| # If this test fails, you should add the relevant test.
|
|
|