Skip to content

Commit d00c663

Browse files
Update tests/integration_tests/models/reader/test_mineru_parser.py
Co-authored-by: Copilot <[email protected]>
1 parent 685f5d2 commit d00c663

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration_tests/models/reader/test_mineru_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def test_check_bin():
1212
def test_parse_pdf():
1313
"""Parse a real PDF and verify basic structure."""
1414
repo_root = Path(__file__).resolve().parents[4]
15-
os.chdir(repo_root)
1615

1716
sample_pdf = os.path.join(repo_root, "resources", "input_examples", "pdf_demo.pdf")
1817
parser = MinerUParser()

0 commit comments

Comments
 (0)