skip test

This commit is contained in:
huangsimin 2020-05-20 16:16:45 +08:00
parent 198ec67dd1
commit 0466440519
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"testing"
)
func TestRemakeGob(t *testing.T) {
func estRemakeGob(t *testing.T) {
province := &KeyList{}
LoadGob("./data/province.gob", province)
}

View File

@ -118,7 +118,7 @@ func (acode *AreaCode) Execute(cxt *hunter.TaskContext) {
SaveData("./data/province.gob", kl)
}
func TestHunterCountry(t *testing.T) {
func estHunterCountry(t *testing.T) {
// gob.Register(&NameCode{})