From c9a57f5d10f481016b6e073c7842e806d8c8bdc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Thu, 27 Aug 2026 15:34:53 +0200 Subject: [PATCH] Do not pin the wording of the mvt help text in the test --- tests/test_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 7a5cb51..6495243 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -29,7 +29,6 @@ class TestMvtCommand: assert result.exit_code == 0 assert "mvt-ios" in result.output assert "mvt-android" in result.output - assert "check-*" in result.output def test_version_prints_the_installed_version(self): result = CliRunner().invoke(cli, [*OFFLINE, "version"])