Bug 25423: (follow-up) Unit tests
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
7c87ac8c3b
commit
6f6bde3c24
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ subtest 'Return same values as DBIx::Class' => sub {
|
|||
'Koha::Exceptions::Object::NotInstantiated',
|
||||
'Exception thrown if not instantiated class';
|
||||
|
||||
is( "$@", 'Tried to access the \'update\' method, but Koha::Patrons is not instantiated', 'Exception stringified correctly' );
|
||||
is( "$@", 'Tried to access the \'update\' method, but Koha::Cities is not instantiated', 'Exception stringified correctly' );
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue