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:
Jonathan Druart 2020-05-08 15:17:07 +02:00
parent 7c87ac8c3b
commit 6f6bde3c24

View file

@ -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' );
};
};