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

(-)a/t/db_dependent/Koha/Patron.t (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
22
use Test::More tests => 37;
22
use Test::More tests => 38;
23
use Test::Exception;
23
use Test::Exception;
24
use Test::Warn;
24
use Test::Warn;
25
use Time::Fake;
25
use Time::Fake;
(-)a/t/db_dependent/api/v1/patrons.t (-3 / +2 lines)
Lines 81-87 subtest 'list() tests' => sub { Link Here
81
81
82
    subtest 'librarian access tests' => sub {
82
    subtest 'librarian access tests' => sub {
83
83
84
        plan tests => 22;
84
        plan tests => 21;
85
85
86
        $schema->storage->txn_begin;
86
        $schema->storage->txn_begin;
87
87
Lines 265-271 subtest 'get() tests' => sub { Link Here
265
265
266
    subtest 'librarian access tests' => sub {
266
    subtest 'librarian access tests' => sub {
267
267
268
        plan tests => 9;
268
        plan tests => 8;
269
269
270
        $schema->storage->txn_begin;
270
        $schema->storage->txn_begin;
271
271
272
- 

Return to bug 28633