Explorar el Código

test news get right name

master
Patrick Peng Sun hace 9 años
padre
commit
2b0a52a292
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      material_test.go

+ 1
- 1
material_test.go Ver fichero

"testing" "testing"
) )


func TestGetMaterialList(t *testing.T) {
func TestGetMaterialNewsList(t *testing.T) {
SetupConfig() SetupConfig()
l := getNewList() l := getNewList()
log.Printf("news is : %s", l) log.Printf("news is : %s", l)

Cargando…
Cancelar
Guardar