View | Details | Raw Unified | Return to bug 36919
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Object.t (-1 / +1 lines)
Lines 1008-1013 subtest 'store() tests' => sub { Link Here
1008
    my $currency = eval {
1008
    my $currency = eval {
1009
        Koha::Acquisition::Currency->new(
1009
        Koha::Acquisition::Currency->new(
1010
            {
1010
            {
1011
                currency      => 'Cur_test',
1011
                active        => 'IT4test',
1012
                active        => 'IT4test',
1012
            }
1013
            }
1013
        )->store;
1014
        )->store;
1014
- 

Return to bug 36919