Fix syntax error in test_markitdown.py
This commit is contained in:
parent
533f43f834
commit
964ee4311b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue