feat: pint
This commit is contained in:
@@ -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]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user