We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efefa9 commit b8506f0Copy full SHA for b8506f0
tests/tests_fabric/test_cli.py
@@ -187,7 +187,7 @@ def test_cli_through_lightning_entry_point():
187
188
deprecation_message = (
189
"`lightning run model` is deprecated and will be removed in future versions. "
190
- "Please call `fabric run model` instead"
+ "Please call `fabric run model` instead"
191
)
192
message = "Usage: lightning run model [OPTIONS] SCRIPT [SCRIPT_ARGS]"
193
assert deprecation_message in result.stdout
0 commit comments