From 9c788794cc8f59e42423afc859a339679bc08ab8 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Sat, 13 May 2017 00:12:02 +1000 Subject: [PATCH] single type material list (remove redundant from news list) --- material_test.go | 6 ------ 1 file changed, 6 deletions(-) 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()