1
0
forked from wrenn/wrenn

Updated email template for optional name

This commit is contained in:
2026-04-16 00:54:38 +06:00
parent ded9c15f06
commit 970ae2b6b2
3 changed files with 4 additions and 6 deletions

View File

@ -112,7 +112,7 @@ func TestTemplateRenderText(t *testing.T) {
data: EmailData{
Message: "Done.",
},
want: []string{"Done."},
want: []string{"Hello,", "Done."},
},
}