Skip to content

Commit 206722c

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Auto-fix lint violations from Fixit] fbcode//opensource/fbcode_builder/getdeps/test (#1109)
Summary: Pull Request resolved: https://github.com/facebookincubator/zstrong/pull/1109 Reviewed By: ahornby, aleivag Differential Revision: D68009422 fbshipit-source-id: 1404341fe19ec0b001e93e4348590f0c4d1e0488
1 parent 5b5373f commit 206722c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fbcode_builder/getdeps/test/manifest_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ def test_duplicate_manifest(self) -> None:
231231
if sys.version_info < (3, 2):
232232

233233
def assertRaisesRegex(self, *args, **kwargs):
234-
return self.assertRaisesRegexp(*args, **kwargs)
234+
return self.assertRaisesRegex(*args, **kwargs)

0 commit comments

Comments
 (0)