Browse Source

Remove tinker cruft from test

Jed Denlea 11 năm trước cách đây
mục cha
commit
2e26ae7ff4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      email_test.go

+ 0 - 1
email_test.go

@@ -29,7 +29,6 @@ func TestEmailTextHtmlAttachment(t *testing.T) {
 	if err != nil {
 		t.Fatal("Failed to render message: ", e)
 	}
-	ioutil.WriteFile("golden", raw, os.ModePerm)
 
 	msg, err := mail.ReadMessage(bytes.NewBuffer(raw))
 	if err != nil {