Skip to content

Commit

Permalink
fbcode//torchx/runner/test [B]
Browse files Browse the repository at this point in the history
Differential Revision: D68022130

Pull Request resolved: #1001
  • Loading branch information
itamaro authored Jan 28, 2025
1 parent 4789001 commit 1bad89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchx/runner/test/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def test_load_invalid_runopt(self, _) -> None:
# this makes things super hard to guarantee BC - stale config file will fail
# to run, we don't want that)

self.assertEquals("option_that_exists", cfg.get("s"))
self.assertEqual("option_that_exists", cfg.get("s"))

def test_load_no_section(self) -> None:
cfg = {}
Expand Down

0 comments on commit 1bad89a

Please sign in to comment.