123
This commit is contained in:
parent
b8f1940cac
commit
d4540c5e90
|
@ -37,9 +37,9 @@ func (tt *Toutiao) ToDoParser(adstring string) (string, error) {
|
||||||
|
|
||||||
func TestParserToutiao(t *testing.T) {
|
func TestParserToutiao(t *testing.T) {
|
||||||
tt := Toutiao{}
|
tt := Toutiao{}
|
||||||
// tt.ConfigLogDB("logdb.yaml")
|
tt.ConfigLogDB("logdb.yaml")
|
||||||
tt.ConfigQueue("queue.yaml")
|
tt.ConfigQueue("queue.yaml")
|
||||||
// ADParserServer(&tt)
|
ADParserServer(&tt)
|
||||||
|
|
||||||
t.Error("")
|
t.Error("")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user