Procházet zdrojové kódy

fix typo error

master
Patrick Peng Sun před 8 roky
rodič
revize
20bad39eb5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      encrypt_test.go

+ 2
- 2
encrypt_test.go Zobrazit soubor

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

Načítá se…
Zrušit
Uložit