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 |
- |
|
|