mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-05 19:55:47 +03:00
Fix typos discovered by codespell
Summary: `codespell --ignore-words-list=arithmetics,atleast,crate,crated,deriver,ect,hel,onl,startin,whats --skip="*.lock"` * https://pypi.org/project/codespell X-link: https://github.com/facebookincubator/mvfst/pull/307 Reviewed By: hanidamlaj, lnicco Differential Revision: D47809078 Pulled By: kvtsoy fbshipit-source-id: 566557f2389746db541ff265a5dec8d6404b3701
This commit is contained in:
committed by
Facebook GitHub Bot
parent
242ec89a5b
commit
d3102141dc
@@ -262,7 +262,7 @@ class BuckTestResult(unittest._TextTestResult):
|
||||
|
||||
super(BuckTestResult, self).stopTest(test)
|
||||
|
||||
# If a failure occured during module/class setup, then this "test" may
|
||||
# If a failure occurred during module/class setup, then this "test" may
|
||||
# actually be a `_ErrorHolder`, which doesn't contain explicit info
|
||||
# about the upcoming test. Since we really only care about the test
|
||||
# name field (i.e. `_testMethodName`), we use that to detect an actual
|
||||
|
Reference in New Issue
Block a user