Explorar el Código

test news get right name

master
Patrick Peng Sun hace 8 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

@@ -5,7 +5,7 @@ import (
"testing"
)

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

Cargando…
Cancelar
Guardar