diff --git a/encrypt_test.go b/encrypt_test.go index b111ed3..8ea9186 100644 --- a/encrypt_test.go +++ b/encrypt_test.go @@ -4,7 +4,7 @@ import ( "testing" ) -func TestEncodingMesage(t *testing.T) { +func TestEncodingMessage(t *testing.T) { SetupConfig() //明文: @@ -17,7 +17,7 @@ func TestEncodingMesage(t *testing.T) { ` e := Encode(msg) - t.Log(e) + //t.Log(e) d := Decode(e) if d != msg {