vnc-console 3 months ago
parent
commit
e2cebdca23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_sale_invoice.py

+ 1 - 1
tests/test_sale_invoice.py

@@ -31,7 +31,7 @@ class Test(unittest.TestCase):
         numbers = []
         notes = []
         dates = []
-        for root, _dir, files in os.walk(r'f:\Gdrive\Misc\Dosar-Contabilitate\Ridewave\2024_01\e-Fact'):
+        for root, _dir, files in os.walk(r'f:\Gdrive\Misc\Dosar-Contabilitate\Ridewave\2024_06\13.06.2024'):
             for file in files:
                 if file.endswith('.pdf'):
                     with pymupdf.open(os.path.join(root, file)) as doc: