From f97e374dd5199e847d8f18a138442b49e8ab6a21 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 8 May 2020 15:17:07 +0200 Subject: [PATCH] Bug 25423: (follow-up) Unit tests --- t/db_dependent/Koha/Objects.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Objects.t b/t/db_dependent/Koha/Objects.t index 09d18b210a..0f67e123dd 100644 --- a/t/db_dependent/Koha/Objects.t +++ b/t/db_dependent/Koha/Objects.t @@ -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' ); }; }; -- 2.20.1