@@ -, +, @@ Koha::Patron->store --- t/db_dependent/Koha/Patrons.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Koha/Patrons.t +++ a/t/db_dependent/Koha/Patrons.t @@ -1440,7 +1440,7 @@ subtest '->store' => sub { throws_ok { $patron_2->userid($patron_1->userid)->store; } 'Koha::Exceptions::Object::DuplicateID', - 'AddMember raises an exception on invalid categorycode'; + 'Koha::Patron->store raises an exception on duplicate ID'; $schema->storage->dbh->{PrintError} = $print_error; $schema->storage->txn_rollback; --