We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54b15a commit 8630680Copy full SHA for 8630680
tests/Unit/BalanceChangesTest.php
@@ -511,7 +511,7 @@ public function test_mpt_clawback1()
511
512
public function test_loan_broker_cover_clawback1()
513
{
514
- $tx = file_get_contents(__DIR__.'/../fixtures/utils/loanBrokerCoverClawback1.json');
+ $tx = file_get_contents(__DIR__.'/../fixtures/utils/LoanBrokerCoverClawback1.json');
515
$tx = \json_decode($tx);
516
517
$parser = new BalanceChanges($tx->result->meta,false);
0 commit comments