Sfoglia il codice sorgente

test news get right name

master
Patrick Peng Sun 8 anni fa
parent
commit
2b0a52a292
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      material_test.go

+ 1
- 1
material_test.go Vedi File

@@ -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)

Loading…
Annulla
Salva