diff --git a/material_test.go b/material_test.go index b6d4042..c7efabc 100644 --- a/material_test.go +++ b/material_test.go @@ -9,12 +9,6 @@ func TestGetMaterialList(t *testing.T) { SetupConfig() l := getNewList() log.Printf("news is : %s", l) - - l = getVideoList() - log.Printf("video is : %s", l) - l = getImageList() - log.Printf("Image is : %s", l) - } func TestGetMaterialVoiceList(t *testing.T) { SetupConfig()