package notify

import "testing"

func TestXxx(t *testing.T) {
	err := appMessageSend()
	if err != nil {
		t.Error(err)
	}
}