From b8506f0df2f0485f28f224e84c2a261c432d1882 Mon Sep 17 00:00:00 2001 From: Justus Schock Date: Mon, 12 Feb 2024 11:24:11 +0000 Subject: [PATCH] update --- tests/tests_fabric/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests_fabric/test_cli.py b/tests/tests_fabric/test_cli.py index e6049ac0d9611..596318b4b619f 100644 --- a/tests/tests_fabric/test_cli.py +++ b/tests/tests_fabric/test_cli.py @@ -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