Skip to content

Commit 8630680

Browse files
committed
Fix tests
1 parent e54b15a commit 8630680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/BalanceChangesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ public function test_mpt_clawback1()
511511

512512
public function test_loan_broker_cover_clawback1()
513513
{
514-
$tx = file_get_contents(__DIR__.'/../fixtures/utils/loanBrokerCoverClawback1.json');
514+
$tx = file_get_contents(__DIR__.'/../fixtures/utils/LoanBrokerCoverClawback1.json');
515515
$tx = \json_decode($tx);
516516

517517
$parser = new BalanceChanges($tx->result->meta,false);

0 commit comments

Comments
 (0)