Skip to content

Commit c269990

Browse files
Update tests/unit/test_fw_utils.py
Co-authored-by: Chaitanya Prakash Bapat <[email protected]>
1 parent 741f687 commit c269990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_fw_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ def test_warn_if_parameter_server_with_multi_gpu(caplog):
12741274
assert fw_utils.PARAMETER_SERVER_MULTI_GPU_WARNING in caplog.text
12751275

12761276

1277-
def test_war_if_parameter_server_with_multi_gpu(caplog):
1277+
def test_warn_if_parameter_server_with_multi_gpu(caplog):
12781278
train_instance_type = "local_gpu"
12791279
distributions = {"parameter_server": {"enabled": True}}
12801280

0 commit comments

Comments
 (0)