diff --git a/data_remake_test.go b/data_remake_test.go index 1f7f310..d829432 100644 --- a/data_remake_test.go +++ b/data_remake_test.go @@ -4,7 +4,7 @@ import ( "testing" ) -func TestRemakeGob(t *testing.T) { +func estRemakeGob(t *testing.T) { province := &KeyList{} LoadGob("./data/province.gob", province) } diff --git a/province_test.go b/province_test.go index aee5bf9..562bf6f 100644 --- a/province_test.go +++ b/province_test.go @@ -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{})