Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Feb 12, 2024
1 parent 9efefa9 commit b8506f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_fabric/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def test_cli_through_lightning_entry_point():

deprecation_message = (
"`lightning run model` is deprecated and will be removed in future versions. "
"Please call `fabric run model` instead"
"Please call `fabric run model` instead"
)
message = "Usage: lightning run model [OPTIONS] SCRIPT [SCRIPT_ARGS]"
assert deprecation_message in result.stdout
Expand Down

0 comments on commit b8506f0

Please sign in to comment.