From 4026052bd903772cdb366382dbca0c6edab290b5 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. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart (cherry picked from commit 8d7bd9a8e7a62d01e0cec5095f5641fe87dfbeb3) Signed-off-by: Fridolin Somers --- 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