aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_main.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_main.py')
-rw-r--r--tests/test_cli_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli_main.py b/tests/test_cli_main.py
index 673031c..3472e31 100644
--- a/tests/test_cli_main.py
+++ b/tests/test_cli_main.py
@@ -239,7 +239,7 @@ def test_commands_execution(
monkeypatch.setattr(
"mlia.cli.options.get_available_backends",
- MagicMock(return_value=["Vela", "some_backend"]),
+ MagicMock(return_value=["vela", "some_backend"]),
)
for command in ["check", "optimize"]: