feat: pint

This commit is contained in:
Bob Molitor
2025-10-31 13:38:00 +01:00
parent a6a37f189c
commit 2845c7472e
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -32,4 +32,3 @@ class CompanyFactory extends Factory
return $this->state(fn () => ['kyc_risk_level' => 'high']); return $this->state(fn () => ['kyc_risk_level' => 'high']);
} }
} }
@@ -48,4 +48,3 @@ class TransactionFactory extends Factory
return $this->state(fn () => ['status' => $status]); return $this->state(fn () => ['status' => $status]);
} }
} }
-1
View File
@@ -107,4 +107,3 @@ test('transaction review metrics aggregate totals by status', function () {
->and($filteredMetrics['total']['amount'])->toEqualWithDelta(15000, 0.001) ->and($filteredMetrics['total']['amount'])->toEqualWithDelta(15000, 0.001)
->and($component->get('selectedTransactionId'))->toBe($falsePositive->id); ->and($component->get('selectedTransactionId'))->toBe($falsePositive->id);
}); });