mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Improve test coverage.
This commit is contained in:
@@ -433,7 +433,7 @@ class FireflyValidator extends Validator
|
||||
$query = AccountMeta::leftJoin('accounts', 'accounts.id', '=', 'account_meta.account_id')
|
||||
->whereNull('accounts.deleted_at')
|
||||
->where('accounts.user_id', auth()->user()->id)
|
||||
->where('account_meta.name', 'accountNumber');
|
||||
->where('account_meta.name', 'account_number');
|
||||
|
||||
if ($accountId > 0) {
|
||||
// exclude current account from check.
|
||||
|
||||
Reference in New Issue
Block a user