From 011328920b63ed169d986f1c2083a2d28c1f5bd6 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 8 Mar 2025 16:12:11 +0000 Subject: [PATCH] update tests --- packages/markitdown/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markitdown/tests/test_cli.py b/packages/markitdown/tests/test_cli.py index 7c8afc2..02004af 100644 --- a/packages/markitdown/tests/test_cli.py +++ b/packages/markitdown/tests/test_cli.py @@ -33,7 +33,7 @@ def test_invalid_flag(shared_tmp_dir) -> None: assert ( "unrecognized arguments" in result.stderr ), f"Expected 'unrecognized arguments' to appear in STDERR" - assert "SYNTAX" in result.stderr, f"Expected 'SYNTAX' to appear in STDERR" + assert "usage" in result.stderr, f"Expected 'usage' to appear in STDERR" def test_output_to_stdout(shared_tmp_dir) -> None: