From 964ee4311b1f173048954ba72ad42cc1ae8e4b9b Mon Sep 17 00:00:00 2001 From: HendricksJudy <61645034+HendricksJudy@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:21:53 -0800 Subject: [PATCH] Fix syntax error in test_markitdown.py --- tests/test_markitdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_markitdown.py b/tests/test_markitdown.py index 4026e72..dfea248 100644 --- a/tests/test_markitdown.py +++ b/tests/test_markitdown.py @@ -194,7 +194,7 @@ def test_markitdown_exiftool() -> None: assert target in result.text_content -if __name__main__": +if __name__ == "__main__": """Runs this file's tests from the command line.""" test_markitdown_remote() test_markitdown_local()