Explorar el Código

fix typo error

master
Patrick Peng Sun hace 8 años
padre
commit
20bad39eb5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      encrypt_test.go

+ 2
- 2
encrypt_test.go Ver fichero

@@ -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 {

Cargando…
Cancelar
Guardar