Skip to content

Commit 1bad89a

Browse files
authored
fbcode//torchx/runner/test [B]
Differential Revision: D68022130 Pull Request resolved: #1001
1 parent 4789001 commit 1bad89a

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)