Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 7214c0b

Browse files
committed
I am sorry
1 parent 6de8c7c commit 7214c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ReceiptParsingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function testBonParsingPaymentMethods(): void
9696
*/
9797
public function testShopParsing(): void
9898
{
99-
$receipt = REWEParser\Parser::parseFromPDF(dirname(__FILE__) . '/receipts/negative_amount.pdf', '/usr/local/bin/pdftotext');
99+
$receipt = REWEParser\Parser::parseFromPDF(dirname(__FILE__) . '/receipts/negative_amount.pdf');
100100
$shop = $receipt->getShop();
101101

102102
$this->assertInstanceOf(\REWEParser\Shop::class, $shop);

0 commit comments

Comments
 (0)