Skip to content

Commit b8506f0

Browse files
committed
update
1 parent 9efefa9 commit b8506f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_fabric/test_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def test_cli_through_lightning_entry_point():
187187

188188
deprecation_message = (
189189
"`lightning run model` is deprecated and will be removed in future versions. "
190-
"Please call `fabric run model` instead"
190+
"Please call `fabric run model` instead"
191191
)
192192
message = "Usage: lightning run model [OPTIONS] SCRIPT [SCRIPT_ARGS]"
193193
assert deprecation_message in result.stdout

0 commit comments

Comments
 (0)