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

(-)a/t/db_dependent/api/v1/illrequests.t (-2 / +1 lines)
Lines 40-46 my $t = Test::Mojo->new('Koha::REST::V1'); Link Here
40
40
41
subtest 'list() tests' => sub {
41
subtest 'list() tests' => sub {
42
42
43
    plan tests => 20;
43
    plan tests => 21;
44
44
45
    # Mock ILLBackend (as object)
45
    # Mock ILLBackend (as object)
46
    my $backend = Test::MockObject->new;
46
    my $backend = Test::MockObject->new;
47
- 

Return to bug 20563