From 40592731de0510650e07915b0324c5655803591e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 23 Mar 2021 14:26:02 +0000 Subject: [PATCH] Bug 26705: (QA follow-up) Clarify test result Simple output string improvement to fix the copy/paste of the previous tests comment string. --- t/Koha/Email.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Koha/Email.t b/t/Koha/Email.t index 752269341f..7d383c05e8 100755 --- a/t/Koha/Email.t +++ b/t/Koha/Email.t @@ -232,7 +232,7 @@ subtest 'send_or_die() tests' => sub { 'to@example.com', 'cc@example.com', 'bcc_1@example.com', 'bcc_2@example.com' ], - 'If explicitly passed, "to" is preserved' + 'If "to" is not explicitly passed, extract recipients from headers' ); is( $email->header_str('Bcc'), undef, 'The Bcc header is unset' ); }; -- 2.20.1