Minor fixes

This commit is contained in:
David Bomba 2023-04-28 16:47:22 +10:00
parent 76b2e2290d
commit cf6cd98eec

View File

@ -183,7 +183,7 @@ class BankTransactionRuleTest extends TestCase
if ($response) {
$arr = $response->json();
nlog($arr);
$response->assertStatus(200);
}
}