Ver código fonte

fix typo error

master
Patrick Peng Sun 8 anos atrás
pai
commit
20bad39eb5
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      encrypt_test.go

+ 2
- 2
encrypt_test.go Ver arquivo

@@ -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) {
</xml>`

e := Encode(msg)
t.Log(e)
//t.Log(e)
d := Decode(e)

if d != msg {

Carregando…
Cancelar
Salvar