From a268e339d8167ab22cb669be2be8b0087066fea8 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 752269341f8..7d383c05e80 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.31.0