forked from wrenn/wrenn
Updated email template for optional name
This commit is contained in:
@ -112,7 +112,7 @@ func TestTemplateRenderText(t *testing.T) {
|
||||
data: EmailData{
|
||||
Message: "Done.",
|
||||
},
|
||||
want: []string{"Done."},
|
||||
want: []string{"Hello,", "Done."},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user