From d507d6dff387379d541cf3630a69c832e079210a Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 20 Apr 2022 18:43:56 +0100 Subject: [PATCH] Bug 29602: (follow-up) Fix TemplateToolkit test This patch fixes the t/db_dependent/Letters/TemplateToolkit.t by adding the nested `` into the expected output string to reflect the change added to the primary include. --- t/db_dependent/Letters/TemplateToolkit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Letters/TemplateToolkit.t b/t/db_dependent/Letters/TemplateToolkit.t index b69ebe118e..77da93794f 100755 --- a/t/db_dependent/Letters/TemplateToolkit.t +++ b/t/db_dependent/Letters/TemplateToolkit.t @@ -1122,7 +1122,7 @@ EOF credits => $account->accountlines_id } ); - is($letter->{content},' Payment (Cancelled) ', "Include used in notice"); + is($letter->{content},' Payment (Cancelled) ', "Include used in notice"); }; subtest 'Dates formatting' => sub { -- 2.20.1