Bug 33411: (follow-up) Set debit type for mocked fines

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Nick Clemens 2023-06-01 18:20:14 +00:00 committed by Tomas Cohen Arazi
parent a0c002a6d7
commit 1f265d7d4a
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -320,6 +320,7 @@ subtest "NoIssuesChargeGuarantees tests" => sub {
value => {
borrowernumber => $sibling->borrowernumber,
amountoutstanding => 11.11,
debit_type_code => 'OVERDUE',
}
}
)->store;