From 82c82b0b42c24b1ebe68b056aef3a69b8e0399a4 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Fri, 24 Dec 2021 14:00:55 +0800 Subject: [PATCH] update --- email/email_test.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/email/email_test.go b/email/email_test.go index c9d94f9..99b7128 100644 --- a/email/email_test.go +++ b/email/email_test.go @@ -50,14 +50,15 @@ func TestSend(t *testing.T) { Greeting: "歡迎", Intros: []string{"testing 1.", "loramipsum...."}, Outros: []string{"testing 2,", "blah blah blah..."}, + Actions: []Action{{Button: Button{Text: "click"}}}, Content: ` # Testing -a|b|c --|-|- -test|| --|is| --|-|up`, +| A | B | C | +| :------:| :-----------: | :-----------: | +| test ||| +|| is || +||| up |`, }, ) if err != nil {