| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py
|
| index 20085219ae4b88f4e9e6494f9a960e253fa2a6ee..80bc6d7d65cc23ac26bcbbdbb69775013d4a317a 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py
|
| @@ -84,6 +84,6 @@ class LocalWPTTest(unittest.TestCase):
|
| local_wpt = LocalWPT(host)
|
|
|
| local_branch_name = local_wpt.create_branch_with_patch('message', 'patch')
|
| - self.assertEqual(len(host.executive.calls), 9)
|
| + self.assertEqual(len(host.executive.calls), 11)
|
| self.assertEqual(local_branch_name, 'chromium-export-try')
|
| # TODO(jeffcarp): Add more specific assertions
|
|
|