Skip to content

Commit 8b49352

Browse files
authored
Fix: typo makes tests fail (#3765)
1 parent 9ead94e commit 8b49352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def test_config_already_fsdp2(self):
625625
with self.assertLogs(level="WARNING") as cm:
626626
to_fsdp2_command(args)
627627

628-
assert "Config already specfies FSDP2, skipping conversion..." in cm.output[0]
628+
assert "Config already specifies FSDP2, skipping conversion..." in cm.output[0]
629629

630630
# Has to be the last test because it overwrites the config file
631631
def test_fsdp2_overwrite(self):

0 commit comments

Comments
 (0)