Skip to content

Commit ca25d02

Browse files
CodemodService PythonDeprecatedAssertsBotfacebook-github-bot
CodemodService PythonDeprecatedAssertsBot
authored andcommitted
fbcode//torchx/runner/test [B] (#1001)
Summary: Pull Request resolved: #1001 Differential Revision: D68022130
1 parent 4789001 commit ca25d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchx/runner/test/config_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def test_load_invalid_runopt(self, _) -> None:
425425
# this makes things super hard to guarantee BC - stale config file will fail
426426
# to run, we don't want that)
427427

428-
self.assertEquals("option_that_exists", cfg.get("s"))
428+
self.assertEqual("option_that_exists", cfg.get("s"))
429429

430430
def test_load_no_section(self) -> None:
431431
cfg = {}

0 commit comments

Comments
 (0)